Skip to content

Customize the filename when creating a presigned download url #908

@emclaughlin215

Description

@emclaughlin215

Is your feature request related to a problem? Please describe.
When downloading a file from a presigned url, it always has the name "file.ext".

Describe the solution you'd like
Have the ability to defined the filenamewhen creating the presigned url as can be done with aws s3 with Content-Disposition: attachment; filename="foo.bar"

Describe alternatives you've considered
Manually setting the download attribute on the anchor html element. I think that this does not work as the url is not from the same domain.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions