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.
Use Case: we would like to show our S3 buckets for users with secure and simple way. AWS access key is needed to be handled carefully, and setting expiration minutes is easier with pre-signed URL than access key as far as I know.
It would be great if users can authenticate with pre-signed URL.
https://docs.aws.amazon.com/AmazonS3/latest/dev/PresignedUrlUploadObject.html
Use Case: we would like to show our S3 buckets for users with secure and simple way. AWS access key is needed to be handled carefully, and setting expiration minutes is easier with pre-signed URL than access key as far as I know.