Bucket V2Cors Rule Args
Constructors
Properties
Link copied to clipboard
List of headers allowed.
Link copied to clipboard
One or more HTTP methods that you allow the origin to execute. Can be GET
, PUT
, POST
, DELETE
or HEAD
.
Link copied to clipboard
One or more origins you want customers to be able to access the bucket from.
Link copied to clipboard
One or more headers in the response that you want customers to be able to access from their applications (for example, from a JavaScript XMLHttpRequest
object).
Link copied to clipboard
Specifies time in seconds that browser can cache the response for a preflight request.