paws.storage (version 0.1.0)

s3_get_bucket_cors: Returns the CORS configuration for the bucket

Description

Returns the CORS configuration for the bucket.

Usage

s3_get_bucket_cors(Bucket)

Arguments

Bucket

[required]

Request syntax

svc$get_bucket_cors(
  Bucket = "string"
)

Examples

Run this code
# NOT RUN {
# The following example returns cross-origin resource sharing (CORS)
# configuration set on a bucket.
# }
# NOT RUN {
svc$get_bucket_cors(
  Bucket = "examplebucket"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab