mirror of https://github.com/apache/jclouds.git
Ensure the canonicalRequest is logged properly
Resolves JCLOUDS-1143
This commit is contained in:
parent
87154bf89e
commit
e7bf9b1298
|
@ -400,7 +400,7 @@ public abstract class Aws4SignerBase {
|
|||
// HexEncode(Hash(Payload))
|
||||
canonicalRequest.append(hashedPayload);
|
||||
|
||||
signatureWire.getWireLog().debug("<<", canonicalRequest);
|
||||
signatureWire.getWireLog().debug("<< " + canonicalRequest);
|
||||
|
||||
// Create a String to Sign
|
||||
StringBuilder toSign = new StringBuilder();
|
||||
|
|
Loading…
Reference in New Issue