Amazon S3 · Schema

Bucket

In terms of implementation, a Bucket is a resource.

ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

Properties

Name Type Description
Name string The name of the bucket.
CreationDate string Date the bucket was created.
View JSON Schema on GitHub

JSON Schema

amazon-s3-rest-bucket-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Bucket",
  "type": "object",
  "description": "In terms of implementation, a Bucket is a resource.",
  "properties": {
    "Name": {
      "type": "string",
      "description": "The name of the bucket."
    },
    "CreationDate": {
      "type": "string",
      "description": "Date the bucket was created."
    }
  }
}