Amazon S3 API · Schema

CreateBucketConfiguration

The configuration information for the bucket.

Cloud StorageObject StorageStorage

Properties

Name Type Description
LocationConstraint object
View JSON Schema on GitHub

JSON Schema

s3-createbucketconfiguration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateBucketConfiguration",
  "type": "object",
  "properties": {
    "LocationConstraint": {}
  },
  "description": "The configuration information for the bucket."
}