mirror of
https://github.com/apache/jclouds.git
synced 2025-02-07 10:39:03 +00:00
The x-amz-copy-source header on S3 CopyObject should be URL encoded (as a path). This is not universally true of all headers though (for example the = in x-amz-copy-source-range) therefore introducing a new parameter on @Headers to indicate whether URL encoding should take place.