Skip to content

Commit

Permalink
Adding signing string output for debugging purposes.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidASeibert committed Apr 11, 2018
1 parent a6aa300 commit 2fbf1a7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ private void sign(String method, String resource, Map<String, String> parameters
}

S3SignerV2 s3Signer = new S3SignerV2(s3Config);
System.out.println("Signing string: " + s3Signer.getStringToSign(method, resource, parameters, headers));
s3Signer.sign(method, resource, parameters, headers);
}

Expand Down

0 comments on commit 2fbf1a7

Please sign in to comment.