Wire logs show:

```
2014-06-13 15:42:52,220 DEBUG [jclouds.headers] (TestNG) >> PUT 
https://glacier.us-east-1.amazonaws.com/-/vaults/INVALID%2CNAME HTTP/1.1
```

but Glacier complains with:

```
The Canonical String for this request should have been
'PUT
/-/vaults/INVALID%252CNAME
```

This looks like Glacier doubled percent-encoded its input, from , to %2C to 
%252C)

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-aws/pull/7#issuecomment-46068543

Reply via email to