We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cors-s3.json
{ "CORSRules": [ { "AllowedHeaders": [ "*" ], "MaxAgeSeconds": 600, "AllowedMethods": [ "GET" ], "AllowedOrigins": [ "*" ] } ] }
aws s3api put-bucket-cors --bucket $BUCKET --cors-configuration file://$HOME/Desktop/cors-s3.json