You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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
Headers ['x-amz copy source '] escape with encodeURI before the second assignment
The text was updated successfully, but these errors were encountered: