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
827 stars 278 forks source link

Unable to open explorer with cloud front #103

Open satishk8s opened 3 years ago

satishk8s commented 3 years ago

Hello Team,

I have deployed the stack using https://github.com/aws-samples/cloudfront-authorization-at-edge ( This is to access cloud front distribution with cognito). I replaced the dummy index.html file from the bucket which was created by stack and added the s3-explorer index.html and .js and .cs files in it. However, I am able to open the index.html file directly and getting prompt for access and secret key authentication. But when I tried to open a distribution URI I am just getting s3 page but not getting access and secret key authentication. What I found is Index.html code is not allowing the cloud front in the middle. I am not a developer so unable to make changes in the code.

Finally I need help on access s3 bucket with cloud front using cognito authentication.

Thank you Satish Kumar Ksatish355@gmail.com

john-aws commented 3 years ago

Hi, I would assume that the reason that the initial settings dialog does not appear is because the changes you have made caused some kind of JavaScript error. If so, you should be able to see this in your browser's developer tool console.

On the topic of Cognito authentication, the tool does not currently support Cognito integration and there are no concrete plans right now to investigate adding such a feature.