paws.storage (version 0.1.0)

s3_delete_bucket_cors: Deletes the CORS configuration information set for the bucket

Description

Deletes the CORS configuration information set for the bucket.

Usage

s3_delete_bucket_cors(Bucket)

Arguments

Bucket

[required]

Request syntax

svc$delete_bucket_cors(
  Bucket = "string"
)

Examples

Run this code
# NOT RUN {
# The following example deletes CORS configuration on a bucket.
# }
# NOT RUN {
svc$delete_bucket_cors(
  Bucket = "examplebucket"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace