Amazon S3 API · Schema

RequestCharged

If present, indicates that the requester was successfully charged for the request.

Cloud StorageObject StorageStorage
View JSON Schema on GitHub

JSON Schema

s3-requestcharged-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RequestCharged",
  "type": "string",
  "enum": [
    "requester"
  ],
  "description": "If present, indicates that the requester was successfully charged for the request."
}