Ensure the canonicalRequest is logged properly

Resolves JCLOUDS-1143
This commit is contained in:
neonbunny 2016-07-19 14:50:03 +01:00 committed by GitHub
parent 87154bf89e
commit e7bf9b1298
1 changed files with 1 additions and 1 deletions

View File

@ -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();