We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77217df commit bdc9c81Copy full SHA for bdc9c81
source/s3_checksum_context.c
@@ -103,7 +103,7 @@ struct aws_s3_upload_request_checksum_context *aws_s3_upload_request_checksum_co
103
104
bool aws_s3_upload_request_checksum_context_should_calculate(
105
const struct aws_s3_upload_request_checksum_context *context) {
106
- if (!context || context->algorithm == AWS_SCA_NONE || context->location == AWS_SCL_NONE) {
+ if (!context || context->algorithm == AWS_SCA_NONE) {
107
return false;
108
}
109
0 commit comments