Path segments in object keys need to be URI encoded in v4 headers. For example: ``` s3://sliderule/my/key needs/to be/encoded.txt ``` will not work. The path segments "key needs" and "to be" need to be encoded for the signature to pass.
Path segments in object keys need to be URI encoded in v4 headers. For example:
will not work. The path segments "key needs" and "to be" need to be encoded for the signature to pass.