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

Support for client side encryption #79

Open kristianpaul opened 4 years ago

kristianpaul commented 4 years ago

Would be nice to support client side encryption by allowing user to upload a file with the key or paste it.

john-aws commented 4 years ago

Can you elaborate on what kind of encryption you are thinking of here? Client-side encryption via the AWS Encryption SDK for JavaScript?

kristianpaul commented 4 years ago

@john-aws thats correct