Reply To: Step 4 Bucket Policy JSON is invalid

Reply
Gary Michael
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"
    ]
}
Your Cart
Your cart is currently empty.
Open Cart