-
-
Notifications
You must be signed in to change notification settings - Fork 87
Presigned URLs #78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
Hi @chrisbyers, Would this be something you would like to work on? |
Hi. I think this is an important thing to be implemented. |
I believe we'd need to change this method: https://github.com/parse-community/parse-server-s3-adapter/blob/master/index.js#L159 |
Closing via #180 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: