diff options
Diffstat (limited to 'other/java/client/src')
| -rw-r--r-- | other/java/client/src/main/proto/filer.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index 8116a6589..3eb3d3a14 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -162,7 +162,7 @@ message FileChunk { bool is_compressed = 10; bool is_chunk_manifest = 11; // content is a list of FileChunks SSEType sse_type = 12; // Server-side encryption type - bytes sse_kms_metadata = 13; // Serialized SSE-KMS metadata for this chunk + bytes sse_metadata = 13; // Serialized SSE metadata for this chunk (SSE-C, SSE-KMS, or SSE-S3) } message FileChunkManifest { |
