>
> - private static final Set<String> SIGNED_PARAMETERS =
> ImmutableSet.of("acl", "torrent", "logging", "location", "policy",
> + private static final Set<String> SIGNED_PARAMETERS =
> ImmutableSet.of("acl", "torrent", "logging", "location", "policy",
Signature v4 need signed all of query string parameters.
_CanonicalQueryString specifies the URI-encoded query string parameters. You
URI-encode name and values individually. You must also sort the parameters in
the canonical query string alphabetically by key name. The sorting occurs after
encoding._
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/678/files#r24555329