Amazon S3 API · Schema

RequestPaymentConfiguration

Container for Payer.

Cloud StorageObject StorageStorage

Properties

Name Type Description
Payer object
View JSON Schema on GitHub

JSON Schema

s3-requestpaymentconfiguration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RequestPaymentConfiguration",
  "type": "object",
  "properties": {
    "Payer": {}
  },
  "required": [
    "Payer"
  ],
  "description": "Container for Payer."
}