Amazon S3 API · Schema

VersioningConfiguration

Describes the versioning state of an Amazon S3 bucket. For more information, see PUT Bucket versioning in the Amazon S3 API Reference.

Cloud StorageObject StorageStorage

Properties

Name Type Description
MFADelete object
Status object
View JSON Schema on GitHub

JSON Schema

s3-versioningconfiguration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "VersioningConfiguration",
  "type": "object",
  "properties": {
    "MFADelete": {},
    "Status": {}
  },
  "description": "Describes the versioning state of an Amazon S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTVersioningStatus.html\">PUT Bucket versioning</a> in the <i>Amazon S3 API Reference</i>."
}