Skip to content

Commit

Permalink
Fix typo in aws_cached_signing_config_new (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 authored Oct 20, 2023
1 parent f710806 commit 684484e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/s3_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ struct aws_cached_signing_config_aws *aws_cached_signing_config_new(

AWS_ASSERT(aws_byte_cursor_is_valid(&signing_config->signed_body_value));

if (signing_config->service.len > 0) {
if (signing_config->signed_body_value.len > 0) {
cached_signing_config->signed_body_value =
aws_string_new_from_cursor(allocator, &signing_config->signed_body_value);

Expand Down

0 comments on commit 684484e

Please sign in to comment.