awslabs / aws-js-s3-explorer

AWS JavaScript S3 Explorer is a JavaScript application that uses AWS's JavaScript SDK and S3 APIs to make the contents of an S3 bucket easy to browse via a web browser.
Apache License 2.0
825 stars 276 forks source link

Cors Issue #114

Closed schendela-zivaro closed 1 year ago

schendela-zivaro commented 1 year ago

Hello, I have set up a s3 bucket with static hosting enabled. Bucket is in us-east-1. I set up the cors & permissions as instructed in the readme and followed the static host variant of the cors. Im getting a NetworkingError: Network Failure. When I run inspect on it, the error Im getting is Access-Control-Allow-Origin Missing Header error for cors. Any ideas?