Amazon S3 API · JSON Structure

S3 Routingrule Structure

Specifies the redirect behavior and when a redirect is applied. For more information about routing rules, see Configuring advanced conditional redirects in the Amazon S3 User Guide.

Type: object Properties: 0
Cloud StorageObject StorageStorage

S3 Routingrule Structure is a JSON Structure definition published by Amazon S3 API. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "title": "RoutingRule",
  "type": "object",
  "description": "Specifies the redirect behavior and when a redirect is applied. For more information about routing rules, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/how-to-page-redirect.html#advanced-conditional-redirects\">Configuring advanced conditional redirects</a> in the <i>Amazon S3 User Guide</i>.",
  "fields": [
    {
      "name": "Condition",
      "type": "string"
    },
    {
      "name": "Redirect",
      "type": "string"
    }
  ]
}