I discovered that there's no existing implementation for options.responseHeaders when attempting to generate temporary URLs.
I only see that there's only expiresAt that's being used, I want to be able to pass responseHeaders, too. My main goal here is to be able to pass exactly the Content-Disposition header.
I can create a PR for it if you'd like.
I discovered that there's no existing implementation for
options.responseHeaderswhen attempting to generate temporary URLs.I only see that there's only
expiresAtthat's being used, I want to be able to passresponseHeaders, too. My main goal here is to be able to pass exactly theContent-Dispositionheader.I can create a PR for it if you'd like.