Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Change signed body value default
  • Loading branch information
bretambrose committed May 28, 2020
commit 9ecf4b801cee6b15158309115d2ae929a8d4862e
2 changes: 1 addition & 1 deletion aws-common-runtime/aws-c-auth
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ private static Map<Integer, AwsSignedBodyHeaderType> buildEnumMapping() {
private Predicate<String> shouldSignParameter;
private boolean useDoubleUriEncode = true;
private boolean shouldNormalizeUriPath = true;
private int signedBodyValue = AwsSignedBodyValueType.EMPTY.getNativeValue();
private int signedBodyValue = AwsSignedBodyValueType.PAYLOAD.getNativeValue();
private int signedBodyHeader = AwsSignedBodyHeaderType.NONE.getNativeValue();
private long expirationInSeconds = 0;

Expand Down