Skip to content

Protect download link with password #12

@paulgalow

Description

@paulgalow

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions