We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1feba4 commit ab48d06Copy full SHA for ab48d06
include/aws/s3/private/s3_checksum_context.h
@@ -30,6 +30,7 @@ struct aws_s3_upload_request_checksum_context {
30
enum aws_s3_checksum_location location;
31
32
struct {
33
+ /* Note: don't directly access the synced_data. */
34
/* Lock to make sure the checksum context is safe to be access from different threads. */
35
struct aws_mutex lock;
36
struct aws_byte_buf base64_checksum;
0 commit comments