> For the empty vault name, Glacier returns GlacierError code=BadRequest
Yes, for this one it definitely looks like some client-side validation will help. > This looks like Glacier doubled percent-encoded its input, from , to %2C to > %252C Wait...am I understanding this correctly? Glacier is complaining that it would have expected an encoded form of something that _is already encoded_? Are we encoding something on the client side that Glacier expects **not** to be encoded? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-aws/pull/7#issuecomment-46137045
