You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.