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

Ensure default expiration parameter is set for presigned URLs #1313

Closed bdalpe closed 1 month ago

bdalpe commented 1 month ago

Resolves #1312

Additionally, remove unnecessary isFunction checks as that is now handled by the callbackify wrapper.

Added module in unit test library for better coverage.

prakashsvmx commented 1 month ago

@bdalpe , Thank you, could you please resolve the lint/format issues ?

bdalpe commented 1 month ago

@prakashsvmx update pushed to fix the formatting issue in the test

septatrix commented 1 month ago

This is quite a significant breakage. Could we please get a bugfix release ASAP?