Amazon S3 API · JSON Structure

S3 Existingobjectreplication Structure

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

Type: object Properties: 0
Cloud StorageObject StorageStorage

S3 Existingobjectreplication 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": "ExistingObjectReplication",
  "type": "object",
  "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>. ",
  "fields": [
    {
      "name": "Status",
      "type": "string"
    }
  ]
}