python-aws-s3 icon indicating copy to clipboard operation
python-aws-s3 copied to clipboard

Cross-origin resource sharing (CORS) - No longer accepting XML data

Open vinithsamuelj opened this issue 5 years ago • 0 comments

User below JSON,

[ { "AllowedHeaders": [ "Authorization" ], "AllowedMethods": [ "GET", "PUT", "POST", "DELETE" ], "AllowedOrigins": [ "*" ], "ExposeHeaders": [], "MaxAgeSeconds": 3000 } ]

vinithsamuelj avatar Feb 11 '21 08:02 vinithsamuelj