powered by
Returns the CORS configuration for the bucket.
s3_get_bucket_cors(Bucket)
[required]
svc$get_bucket_cors( Bucket = "string" )
# 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