Amazon S3 API · Schema

Protocol

Cloud StorageObject StorageStorage
View JSON Schema on GitHub

JSON Schema

s3-protocol-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Protocol",
  "type": "string",
  "enum": [
    "http",
    "https"
  ]
}