Amazon S3 API · Schema

Redirect

Specifies how requests are redirected. In the event of an error, you can specify a different error code to return.

Cloud StorageObject StorageStorage

Properties

Name Type Description
HostName object
HttpRedirectCode object
Protocol object
ReplaceKeyPrefixWith object
ReplaceKeyWith object
View JSON Schema on GitHub

JSON Schema

s3-redirect-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Redirect",
  "type": "object",
  "properties": {
    "HostName": {},
    "HttpRedirectCode": {},
    "Protocol": {},
    "ReplaceKeyPrefixWith": {},
    "ReplaceKeyWith": {}
  },
  "description": "Specifies how requests are redirected. In the event of an error, you can specify a different error code to return."
}