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

Fixes #120 #121

Closed john-aws closed 8 months ago

john-aws commented 8 months ago

Used combination of CDN-advertized hashes, SRI hash generator site, and command-line openssl dgst -sha384 -binary FILENAME.js | openssl base64 -A to calculate SRI hashes.