trinodb / aws-proxy

Proxy for S3
Apache License 2.0
7 stars 3 forks source link

03 - Properly handle URI paths with escaped/escapable characters #76

Closed Randgalt closed 2 months ago

Randgalt commented 2 months ago

We need to maintain encoded paths for signatures and the remote request. Add a raw version of the parsed S3 path that can be used to build signatures and build the remote URI.

Added a test for this.