Amazon S3 API · JSON Structure

S3 Replicationruleandoperator Structure

A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter.

For example:

Type: object Properties: 0
Cloud StorageObject StorageStorage

S3 Replicationruleandoperator 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": "ReplicationRuleAndOperator",
  "type": "object",
  "description": "<p>A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter. </p> <p>For example:</p> <ul> <li> <p>If you specify both a <code>Prefix</code> and a <code>Tag</code> filter, wrap these filters in an <code>And</code> tag. </p> </li> <li> <p>If you specify a filter based on multiple tags, wrap the <code>Tag</code> elements in an <code>And</code> tag.</p> </li> </ul>",
  "fields": [
    {
      "name": "Prefix",
      "type": "string"
    },
    {
      "name": "Tags",
      "type": "string"
    }
  ]
}