Created
January 27, 2021 07:28
-
-
Save SunDi3yansyah/6cbaba4a91af1bf56edd0e5ef6d1d294 to your computer and use it in GitHub Desktop.
Revisions
-
SunDi3yansyah created this gist
Jan 27, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,24 @@ ### Cross-origin resource sharing (CORS) for AWS S3 ``` [ { "AllowedHeaders": [ "*" ], "AllowedMethods": [ "GET", "POST", "PUT", "DELETE", "HEAD" ], "AllowedOrigins": [ "*" ], "ExposeHeaders": [ "ETag" ] } ] ```