qoomon / aws-s3-bucket-browser

Single page application to browse AWS S3 bucket content
https://qoomon.github.io/aws-s3-bucket-browser/index.html?bucket=https://s3.amazonaws.com/spacenet-dataset#
MIT License
246 stars 85 forks source link

Doesn't work with mobile versions of browsers #23

Closed daveram closed 2 years ago

daveram commented 2 years ago

Getting a blank page on Chrome for Android, we are trying to use this to host APK builds for sideloading on to test devices from our object storage

Is this supposed to work on mobile devices?

qoomon commented 2 years ago

hi, yes it should work on mobile devices. I've created this project for the exact same use case sue described.

I'll investigate.

daveram commented 2 years ago

Just ran remote debug for android in chrome to look at the console and see what's up. Turns out our company network is injecting a cert in front of unpkg.com and it's failing to load the resources due to an invalid cert, which makes everything else fail. So nothing to do with your content, it's that companies are more and more often injecting their own certs into TLS traffic to see what's under the hood

Thanks for being open to taking a look but this is clearly nothing to do with your code. Quite an awesome project, good work putting it together! Makes it nice and easy for hosting static files and content on object storage

qoomon commented 2 years ago

Glad to hear you like my code snippet :-)

I don't like this common behaviour of companies as well. I think it does not add security, but add a security loophole.