Amazon S3 API · Schema

AccelerateConfiguration

Configures the transfer acceleration state for an Amazon S3 bucket. For more information, see Amazon S3 Transfer Acceleration in the Amazon S3 User Guide.

Cloud StorageObject StorageStorage

Properties

Name Type Description
Status object
View JSON Schema on GitHub

JSON Schema

s3-accelerateconfiguration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AccelerateConfiguration",
  "type": "object",
  "properties": {
    "Status": {}
  },
  "description": "Configures the transfer acceleration state for an Amazon S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/transfer-acceleration.html\">Amazon S3 Transfer Acceleration</a> in the <i>Amazon S3 User Guide</i>."
}