s3_delete_bucket_replication: Deletes the replication configuration from the bucket
Description
Deletes the replication configuration from the bucket. For information
about replication configuration, see Cross-Region Replication (CRR) in the
Amazon S3 Developer Guide.
Usage
s3_delete_bucket_replication(Bucket)
Arguments
Bucket
[required] The bucket name.
It can take a while to propagate the deletion of a replication
configuration to all Amazon S3 systems.
# NOT RUN {# The following example deletes replication configuration set on bucket.# }# NOT RUN {svc$delete_bucket_replication(
Bucket = "example")
# }# NOT RUN {# }