Amazon S3 API · Schema

RedirectAllRequestsTo

Specifies the redirect behavior of all requests to a website endpoint of an Amazon S3 bucket.

Cloud StorageObject StorageStorage

Properties

Name Type Description
HostName object
Protocol object
View JSON Schema on GitHub

JSON Schema

s3-redirectallrequeststo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RedirectAllRequestsTo",
  "type": "object",
  "properties": {
    "HostName": {},
    "Protocol": {}
  },
  "required": [
    "HostName"
  ],
  "description": "Specifies the redirect behavior of all requests to a website endpoint of an Amazon S3 bucket."
}