Amazon S3 API · Schema

Tier

Cloud StorageObject StorageStorage
View JSON Schema on GitHub

JSON Schema

s3-tier-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Tier",
  "type": "string",
  "enum": [
    "Standard",
    "Bulk",
    "Expedited"
  ]
}