minio / minio-js

MinIO Client SDK for Javascript
https://docs.min.io/docs/javascript-client-quickstart-guide.html
Apache License 2.0
920 stars 271 forks source link

X-Amz-Expires should be a number #1312

Closed bdalpe closed 1 month ago

bdalpe commented 1 month ago

Calling the presignedUrl function without including the optional expiry parameter incorrectly sets the URL query string to include a value X-Amz-Expires=undefined instead of the default 7 day expiration.

AWS S3 returns the following error: X-Amz-Expires should be a number

This error appeared in version 8.0.1.

bdalpe commented 1 month ago

@prakashsvmx can you look at your PR #1305 to see if there was potentially any impact?