paws.storage (version 0.1.0)

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.

Request syntax

svc$delete_bucket_replication(
  Bucket = "string"
)

Examples

Run this code
# NOT RUN {
# The following example deletes replication configuration set on bucket.
# }
# NOT RUN {
svc$delete_bucket_replication(
  Bucket = "example"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab