aws.s3.bucket.corsrule
Supported platform
- aws
Description
Amazon S3 bucket CORS rule
Fields
ID | TYPE | DESCRIPTION |
---|---|---|
name | string | Name of the rule |
allowedHeaders | []string | List of allowed headers |
allowedMethods | []string | List of allowed methods GET, POST, PUT, and so on |
allowedOrigins | []string | List of origins from which the bucket can be accessed |
exposeHeaders | []string | List of exposed response headers |
maxAgeSeconds | int | Time in seconds that the browser caches preflight response |