mirror of
https://github.com/versity/versitygw.git
synced 2026-01-08 12:41:10 +00:00
We were handing the URL escaped string to the backend as the copysource which includes "%<hex>" for spaces and other special characters. The backend would then interpret this as the source path. This fixes the copyobject and upload part copy. Fixes #749