parse-community / parse-server-s3-adapter

AWS S3 file storage adapter for Parse Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Presigned URLs

chrisbyers opened this issue · comments

This is a feature suggestion/request. It would be nice to be able to retrieve a presigned URL with dynamic expiration from the Amazon S3 bucket when directAccess is enabled. This would allow more security by allowing us to lock down the S3 bucket with public access turned off, and still provide the benefit of not proxy'ing the download through the parse server.

Hi @chrisbyers,

Would this be something you would like to work on?

Hi. I think this is an important thing to be implemented.
Can anyone tell me where to find the information so I can try to implement this?

commented

Closing via #180