Closed
Description
Hi,
In an attempt to adapt the generateSignedURL
I noticed in the code that the expiresIn
configuration is never passed to the custom function provided by the end user.
Lines 458 to 468 in 011621a
Also instead of passing in GetObjectCommandInput
as second argument, rather pass in the complete raw options
as received in getSignedUrl
. This way it's a lot easier to perform your own url signing without being tied to S3 specifics.
Regards