|
559 | 559 | # CLI flag: -alertmanager-storage.s3.bucket-lookup-type
|
560 | 560 | [bucket_lookup_type: <string> | default = "auto"]
|
561 | 561 |
|
| 562 | + # If true, attach MD5 checksum when upload objects and S3 uses MD5 checksum |
| 563 | + # algorithm to verify the provided digest. If false, use CRC32C algorithm |
| 564 | + # instead. |
| 565 | + # CLI flag: -alertmanager-storage.s3.send-content-md5 |
| 566 | + [send_content_md5: <boolean> | default = true] |
| 567 | +
|
562 | 568 | # The s3_sse_config configures the S3 server-side encryption.
|
563 | 569 | # The CLI flags prefix for this block config is: alertmanager-storage
|
564 | 570 | [sse: <s3_sse_config>]
|
|
832 | 838 | # CLI flag: -blocks-storage.s3.bucket-lookup-type
|
833 | 839 | [bucket_lookup_type: <string> | default = "auto"]
|
834 | 840 |
|
| 841 | + # If true, attach MD5 checksum when upload objects and S3 uses MD5 checksum |
| 842 | + # algorithm to verify the provided digest. If false, use CRC32C algorithm |
| 843 | + # instead. |
| 844 | + # CLI flag: -blocks-storage.s3.send-content-md5 |
| 845 | + [send_content_md5: <boolean> | default = true] |
| 846 | +
|
835 | 847 | # The s3_sse_config configures the S3 server-side encryption.
|
836 | 848 | # The CLI flags prefix for this block config is: blocks-storage
|
837 | 849 | [sse: <s3_sse_config>]
|
@@ -4326,6 +4338,12 @@ s3:
|
4326 | 4338 | # CLI flag: -ruler-storage.s3.bucket-lookup-type
|
4327 | 4339 | [bucket_lookup_type: <string> | default = "auto"]
|
4328 | 4340 |
|
| 4341 | + # If true, attach MD5 checksum when upload objects and S3 uses MD5 checksum |
| 4342 | + # algorithm to verify the provided digest. If false, use CRC32C algorithm |
| 4343 | + # instead. |
| 4344 | + # CLI flag: -ruler-storage.s3.send-content-md5 |
| 4345 | + [send_content_md5: <boolean> | default = true] |
| 4346 | +
|
4329 | 4347 | # The s3_sse_config configures the S3 server-side encryption.
|
4330 | 4348 | # The CLI flags prefix for this block config is: ruler-storage
|
4331 | 4349 | [sse: <s3_sse_config>]
|
@@ -4607,6 +4625,12 @@ s3:
|
4607 | 4625 | # CLI flag: -runtime-config.s3.bucket-lookup-type
|
4608 | 4626 | [bucket_lookup_type: <string> | default = "auto"]
|
4609 | 4627 |
|
| 4628 | + # If true, attach MD5 checksum when upload objects and S3 uses MD5 checksum |
| 4629 | + # algorithm to verify the provided digest. If false, use CRC32C algorithm |
| 4630 | + # instead. |
| 4631 | + # CLI flag: -runtime-config.s3.send-content-md5 |
| 4632 | + [send_content_md5: <boolean> | default = true] |
| 4633 | +
|
4610 | 4634 | # The s3_sse_config configures the S3 server-side encryption.
|
4611 | 4635 | # The CLI flags prefix for this block config is: runtime-config
|
4612 | 4636 | [sse: <s3_sse_config>]
|
|
0 commit comments