delete-bucket-replication

Deletes the replication configuration from the bucket. For information about replication configuration, see Cross-Region Replication (CRR) in the Amazon S3 Developer Guide.

See also: DELETE Bucket Replication.

Synopsis

delete-bucket-replication
  --bucket <value>
  [--cli-input-json <value>]

Options

--bucket (string)

The bucket name.

Note

It can take a while to propagate the deletion of a replication configuration to all Zenko systems.

--cli-input-json (string)

Operates a service or services based on the provided JSON string. If other arguments are provided on the command line, the CLI values override the JSON-provided values. You cannot pass arbitrary binary values using a JSON-provided value, because the string is taken literally.

Examples

The following command deletes a replication configuration from a bucket named “my-bucket”:

$ aws s3api delete-bucket-replication --bucket my-bucket

Output

None