Amazon S3 API · Schema

PutBucketRequestPaymentRequest

Cloud StorageObject StorageStorage

Properties

Name Type Description
RequestPaymentConfiguration object
View JSON Schema on GitHub

JSON Schema

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