Create signed download/upload URL #569
bernisnukic
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
Hi, something similar is planned. I had never thought about an upload URL, however I would like to add a sharing feature which allows you to select one or more files / folders and generate a download URL (the client will download the selected files/folders as zip). Maybe I can also add the number of times the download is allowed and maybe an optional password. I don't have a definite schedule a sponsorship could help |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would it be possible to generate signed url's that can be shared to non authenticated users? For example we can generate a signed download url for a specific file with a 1 time use. Or create a signed upload url where someone could post data and it would be one time use (or timed).
Reference:
https://docs.aws.amazon.com/AmazonS3/latest/userguide/ShareObjectPreSignedURL.html
https://docs.aws.amazon.com/AmazonS3/latest/userguide/PresignedUrlUploadObject.html
Beta Was this translation helpful? Give feedback.
All reactions