Config Jets Bootstrap S3 Bucket
Reference
The table below covers each setting. Each option is configured with config.OPTION
. The config.
portion is not shown for conciseness. IE: logger.level
vs config.logger.level
.
Name | Default | Description |
---|---|---|
s3_bucket.cors_configuration | see desc | The Jets managed S3 bucket cors config. Default: {CorsRules: [{AllowedHeaders: ["*"], AllowedMethods: ["GET"], AllowedOrigins: ["*"], ExposedHeaders: []}]} |