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
818 stars 273 forks source link

Feature request: presigned URL authentication #88

Closed acro5piano closed 1 year ago

acro5piano commented 4 years ago

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.

john-aws commented 1 year ago

If I understand what's being requested here, it wouldn't work because a pre-signed URL can't provide access to an entire bucket of objects.

acro5piano commented 1 year ago

@john-aws Okay thanks