Reply To: Step 4 Bucket Policy JSON is invalid
August 18, 2022 at 8:27 pm Reply
Support Manager
Hi Kevin,
Try removing the square brackets at the beginning and end. Like this…
{ "AllowedHeaders": [ "*" ], "AllowedMethods": [ "HEAD", "GET", "PUT", "POST", "DELETE" ], "AllowedOrigins": [ "*" // You can replace this with your domain to restrict uploads to only those originating from your website. ], "ExposeHeaders": [ "ETag" ] }