Amazon S3 API · Schema

Bucket

In terms of implementation, a Bucket is a resource. An Amazon S3 bucket name is globally unique, and the namespace is shared by all Amazon Web Services accounts.

Cloud StorageObject StorageStorage

Properties

Name Type Description
Name object
CreationDate object
View JSON Schema on GitHub

JSON Schema

s3-bucket-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Bucket",
  "type": "object",
  "properties": {
    "Name": {},
    "CreationDate": {}
  },
  "description": " In terms of implementation, a Bucket is a resource. An Amazon S3 bucket name is globally unique, and the namespace is shared by all Amazon Web Services accounts. "
}