From d133fafcdffd7cd555c06bc0d84586c2c5abd1fc Mon Sep 17 00:00:00 2001 From: Ben Ye Date: Fri, 19 Apr 2024 05:55:08 +0000 Subject: [PATCH] update docs Signed-off-by: Ben Ye --- docs/blocks-storage/querier.md | 6 ++++++ docs/blocks-storage/store-gateway.md | 6 ++++++ docs/configuration/config-file-reference.md | 24 +++++++++++++++++++++ 3 files changed, 36 insertions(+) diff --git a/docs/blocks-storage/querier.md b/docs/blocks-storage/querier.md index bdb418cea1..1aabad8522 100644 --- a/docs/blocks-storage/querier.md +++ b/docs/blocks-storage/querier.md @@ -288,6 +288,12 @@ blocks_storage: # CLI flag: -blocks-storage.s3.bucket-lookup-type [bucket_lookup_type: | default = "auto"] + # If true, attach MD5 checksum when upload objects and S3 uses MD5 checksum + # algorithm to verify the provided digest. If false, use CRC32C algorithm + # instead. + # CLI flag: -blocks-storage.s3.send-content-md5 + [send_content_md5: | default = true] + # The s3_sse_config configures the S3 server-side encryption. # The CLI flags prefix for this block config is: blocks-storage [sse: ] diff --git a/docs/blocks-storage/store-gateway.md b/docs/blocks-storage/store-gateway.md index a33b129bb9..9ecd0215d1 100644 --- a/docs/blocks-storage/store-gateway.md +++ b/docs/blocks-storage/store-gateway.md @@ -397,6 +397,12 @@ blocks_storage: # CLI flag: -blocks-storage.s3.bucket-lookup-type [bucket_lookup_type: | default = "auto"] + # If true, attach MD5 checksum when upload objects and S3 uses MD5 checksum + # algorithm to verify the provided digest. If false, use CRC32C algorithm + # instead. + # CLI flag: -blocks-storage.s3.send-content-md5 + [send_content_md5: | default = true] + # The s3_sse_config configures the S3 server-side encryption. # The CLI flags prefix for this block config is: blocks-storage [sse: ] diff --git a/docs/configuration/config-file-reference.md b/docs/configuration/config-file-reference.md index f28da2b8cf..9b3233270f 100644 --- a/docs/configuration/config-file-reference.md +++ b/docs/configuration/config-file-reference.md @@ -559,6 +559,12 @@ s3: # CLI flag: -alertmanager-storage.s3.bucket-lookup-type [bucket_lookup_type: | default = "auto"] + # If true, attach MD5 checksum when upload objects and S3 uses MD5 checksum + # algorithm to verify the provided digest. If false, use CRC32C algorithm + # instead. + # CLI flag: -alertmanager-storage.s3.send-content-md5 + [send_content_md5: | default = true] + # The s3_sse_config configures the S3 server-side encryption. # The CLI flags prefix for this block config is: alertmanager-storage [sse: ] @@ -832,6 +838,12 @@ s3: # CLI flag: -blocks-storage.s3.bucket-lookup-type [bucket_lookup_type: | default = "auto"] + # If true, attach MD5 checksum when upload objects and S3 uses MD5 checksum + # algorithm to verify the provided digest. If false, use CRC32C algorithm + # instead. + # CLI flag: -blocks-storage.s3.send-content-md5 + [send_content_md5: | default = true] + # The s3_sse_config configures the S3 server-side encryption. # The CLI flags prefix for this block config is: blocks-storage [sse: ] @@ -4326,6 +4338,12 @@ s3: # CLI flag: -ruler-storage.s3.bucket-lookup-type [bucket_lookup_type: | default = "auto"] + # If true, attach MD5 checksum when upload objects and S3 uses MD5 checksum + # algorithm to verify the provided digest. If false, use CRC32C algorithm + # instead. + # CLI flag: -ruler-storage.s3.send-content-md5 + [send_content_md5: | default = true] + # The s3_sse_config configures the S3 server-side encryption. # The CLI flags prefix for this block config is: ruler-storage [sse: ] @@ -4607,6 +4625,12 @@ s3: # CLI flag: -runtime-config.s3.bucket-lookup-type [bucket_lookup_type: | default = "auto"] + # If true, attach MD5 checksum when upload objects and S3 uses MD5 checksum + # algorithm to verify the provided digest. If false, use CRC32C algorithm + # instead. + # CLI flag: -runtime-config.s3.send-content-md5 + [send_content_md5: | default = true] + # The s3_sse_config configures the S3 server-side encryption. # The CLI flags prefix for this block config is: runtime-config [sse: ]