awslabs/aws-js-s3-explorer

cors policy in README doesn't work

Closed this issue · 3 comments

I just copied from the README the cors policy and it is not accepted. It appears to be an invalid JSON (also confirmed by the JSON validator).

Thanks for your help.

figure it out, my mistake

The new CORS policy format is JSON and begins and ends with square (array) brackets, which is valid JSON. Did you miss the closing square bracket?

Also, where are you entering this policy? That doesn't look like the CORS policy input field. Can you clarify what S3 console path you took to get there? Thanks.

Ah, our posts crossed. OK, glad you've resolved the issue.