Skip to content

Commit bdc9c81

Browse files
committed
hmmm
1 parent 77217df commit bdc9c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/s3_checksum_context.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ struct aws_s3_upload_request_checksum_context *aws_s3_upload_request_checksum_co
103103

104104
bool aws_s3_upload_request_checksum_context_should_calculate(
105105
const struct aws_s3_upload_request_checksum_context *context) {
106-
if (!context || context->algorithm == AWS_SCA_NONE || context->location == AWS_SCL_NONE) {
106+
if (!context || context->algorithm == AWS_SCA_NONE) {
107107
return false;
108108
}
109109

0 commit comments

Comments
 (0)