Amazon S3 API · Schema

PutBucketWebsiteRequest

Cloud StorageObject StorageStorage

Properties

Name Type Description
WebsiteConfiguration object
View JSON Schema on GitHub

JSON Schema

s3-putbucketwebsiterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PutBucketWebsiteRequest",
  "type": "object",
  "properties": {
    "WebsiteConfiguration": {}
  },
  "required": [
    "WebsiteConfiguration"
  ]
}