minio / minio-js

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

BUG-#1324 add custom headers to request when uploading multipart object #1325

Open albertjannap opened 1 month ago

albertjannap commented 1 month ago

Issue: https://github.com/minio/minio-js/issues/1324 Info: Encryption headers are not passed when uploading an object that requires a multipart upload.

FYI: Headers are already prepended using prependXAMZMeta in the putObject function, so it is no necessary to do it again but wouldn't do any harm if you want to do it again just to be sure.

albertjannap commented 1 month ago

Is there any estimation how soon, if approved, this could be released? This is breaking for something I work on at my company

prakashsvmx commented 1 month ago

Please add a functional test @albertjannap .