minio / minio-js

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

Suggestions for the ComposeObject method #1258

Open senyuan1135 opened 7 months ago

senyuan1135 commented 7 months ago

Headers ['x-amz copy source '] escape with encodeURI before the second assignment

prakashsvmx commented 7 months ago

We will check @senyuan1135 ,

adding more details about the issue or contributing a fix with a PR would also be helpful.

senyuan1135 commented 7 months ago

@prakashsvmx In line 2510 of the src/minio.js file, the method getHeaders() has already escaped headers ['x-amz copy source '] with encodeURI, but it is overwritten by code 2510 that does not escape