[GH-ISSUE #1213] what is the meaning of is_only_c flag? #645

Closed
opened 2026-03-04 01:47:29 +03:00 by kerem · 1 comment
Owner

Originally created by @JiaoDean on GitHub (Dec 2, 2019).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1213

bool S3fsCurl::AddSseRequestHead(sse_type_t ssetype, string& ssevalue, bool is_only_c, bool is_copy),in this function:
1、is_only_c flag is false, when ssetype is SSE_S3 or SSE_KMS;
2、is_only_c flag is true, when ssetype is SSE_C;

what is the meaning of is_only_c flag?

Originally created by @JiaoDean on GitHub (Dec 2, 2019). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1213 bool S3fsCurl::AddSseRequestHead(sse_type_t ssetype, string& ssevalue, bool is_only_c, bool is_copy),in this function: 1、is_only_c flag is false, when ssetype is SSE_S3 or SSE_KMS; 2、is_only_c flag is true, when ssetype is SSE_C; what is the meaning of is_only_c flag?
kerem closed this issue 2026-03-04 01:47:29 +03:00
Author
Owner

@gaul commented on GitHub (Feb 24, 2021):

I believe that this means using the customer-provided keys (SSE-C).

<!-- gh-comment-id:785050577 --> @gaul commented on GitHub (Feb 24, 2021): I believe that this means using the customer-provided keys (SSE-C).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#645
No description provided.