Spaces Bucket Cors Rule Args
Constructors
Properties
Link copied to clipboard
A list of headers that will be included in the CORS preflight request's Access-Control-Request-Headers
. A header may contain one wildcard (e.g. x-amz-*
).
Link copied to clipboard
A list of HTTP methods (e.g. GET
) which are allowed from the specified origin.
Link copied to clipboard
A list of hosts from which requests using the specified methods are allowed. A host may contain one wildcard (e.g. http://*.example.com).
Link copied to clipboard
The time in seconds that browser can cache the response for a preflight request. */