Customize the filename when creating a presigned download url
Open
@sitole is already working on this.
Since Oct 17, 2025.
feature
Infrastructure
- Dominant language
- Python
- Stars
- 13.9k
- Forks
- 1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 70
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.