e2b-dev / e2b-dev/E2B

Customize the filename when creating a presigned download url

Open
#908 2 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.