-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
It might be useful to have an option to protect a download URL with a password.
Potential benefits
- Users can more confidently share sensitive information by not only sharing a URL but also requiring a password in order to download the file
Thoughts on how to implement that
- Use DynamoDB table item attribute to store download password
- Alternative: Store download password as object metadata on each uploaded file. Would alleviate need for separate database but would add more latency since S3 would effectively act as a database. Also not sure about potential unwanted security implications of storing passwords that way
- Caveat: This would probably require some kind of web frontend for users to type in the download password
lmammino
Metadata
Metadata
Assignees
Labels
No labels