Amazon S3 API · Schema

ExistingObjectReplication

Optional configuration to replicate existing source bucket objects. For more information, see Replicating Existing Objects in the Amazon S3 User Guide.

Cloud StorageObject StorageStorage

Properties

Name Type Description
Status object
View JSON Schema on GitHub

JSON Schema

s3-existingobjectreplication-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ExistingObjectReplication",
  "type": "object",
  "properties": {
    "Status": {}
  },
  "required": [
    "Status"
  ],
  "description": "Optional configuration to replicate existing source bucket objects. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-what-is-isnot-replicated.html#existing-object-replication\">Replicating Existing Objects</a> in the <i>Amazon S3 User Guide</i>. "
}