@@ -634,7 +634,7 @@ ring:
634634
635635 # Override the default cipher suite list (separated by commas). Allowed
636636 # values:
637- #
637+ #
638638 # Secure Ciphers:
639639 # - TLS_AES_128_GCM_SHA256
640640 # - TLS_AES_256_GCM_SHA384
@@ -649,7 +649,7 @@ ring:
649649 # - TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
650650 # - TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
651651 # - TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
652- #
652+ #
653653 # Insecure Ciphers:
654654 # - TLS_RSA_WITH_RC4_128_SHA
655655 # - TLS_RSA_WITH_3DES_EDE_CBC_SHA
@@ -817,7 +817,7 @@ lifecycler:
817817
818818 # Override the default cipher suite list (separated by commas). Allowed
819819 # values:
820- #
820+ #
821821 # Secure Ciphers:
822822 # - TLS_AES_128_GCM_SHA256
823823 # - TLS_AES_256_GCM_SHA384
@@ -832,7 +832,7 @@ lifecycler:
832832 # - TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
833833 # - TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
834834 # - TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
835- #
835+ #
836836 # Insecure Ciphers:
837837 # - TLS_RSA_WITH_RC4_128_SHA
838838 # - TLS_RSA_WITH_3DES_EDE_CBC_SHA
@@ -1183,7 +1183,7 @@ sharding_ring:
11831183
11841184 # Override the default cipher suite list (separated by commas). Allowed
11851185 # values:
1186- #
1186+ #
11871187 # Secure Ciphers:
11881188 # - TLS_AES_128_GCM_SHA256
11891189 # - TLS_AES_256_GCM_SHA384
@@ -1198,7 +1198,7 @@ sharding_ring:
11981198 # - TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
11991199 # - TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
12001200 # - TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
1201- #
1201+ #
12021202 # Insecure Ciphers:
12031203 # - TLS_RSA_WITH_RC4_128_SHA
12041204 # - TLS_RSA_WITH_3DES_EDE_CBC_SHA
@@ -1532,7 +1532,7 @@ sharding_ring:
15321532
15331533 # Override the default cipher suite list (separated by commas). Allowed
15341534 # values:
1535- #
1535+ #
15361536 # Secure Ciphers:
15371537 # - TLS_AES_128_GCM_SHA256
15381538 # - TLS_AES_256_GCM_SHA384
@@ -1547,7 +1547,7 @@ sharding_ring:
15471547 # - TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
15481548 # - TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
15491549 # - TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
1550- #
1550+ #
15511551 # Insecure Ciphers:
15521552 # - TLS_RSA_WITH_RC4_128_SHA
15531553 # - TLS_RSA_WITH_3DES_EDE_CBC_SHA
@@ -1740,7 +1740,7 @@ backoff_config:
17401740[tls_insecure_skip_verify: <boolean> | default = false]
17411741
17421742# Override the default cipher suite list (separated by commas). Allowed values:
1743- #
1743+ #
17441744# Secure Ciphers:
17451745# - TLS_AES_128_GCM_SHA256
17461746# - TLS_AES_256_GCM_SHA384
@@ -1755,7 +1755,7 @@ backoff_config:
17551755# - TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
17561756# - TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
17571757# - TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
1758- #
1758+ #
17591759# Insecure Ciphers:
17601760# - TLS_RSA_WITH_RC4_128_SHA
17611761# - TLS_RSA_WITH_3DES_EDE_CBC_SHA
@@ -1953,7 +1953,7 @@ The `memberlist` block configures the Gossip memberlist.
19531953[tls_insecure_skip_verify: <boolean> | default = false]
19541954
19551955# Override the default cipher suite list (separated by commas). Allowed values:
1956- #
1956+ #
19571957# Secure Ciphers:
19581958# - TLS_AES_128_GCM_SHA256
19591959# - TLS_AES_256_GCM_SHA384
@@ -1968,7 +1968,7 @@ The `memberlist` block configures the Gossip memberlist.
19681968# - TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
19691969# - TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
19701970# - TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
1971- #
1971+ #
19721972# Insecure Ciphers:
19731973# - TLS_RSA_WITH_RC4_128_SHA
19741974# - TLS_RSA_WITH_3DES_EDE_CBC_SHA
@@ -2253,10 +2253,15 @@ The s3_backend block configures the connection to Amazon S3 object storage backe
22532253# CLI flag: -storage.s3.signature-version
22542254[signature_version: <string> | default = "v4"]
22552255
2256- # Set this to ` true` to force the bucket lookup to be using path-style.
2256+ # Deprecated, use s3.bucket-lookup-type instead. Set this to ` true` to force the
2257+ # bucket lookup to be using path-style.
22572258# CLI flag: -storage.s3.force-path-style
22582259[force_path_style : <boolean> | default = false]
22592260
2261+ # S3 bucket lookup style, use one of: [path-style virtual-hosted-style auto]
2262+ # CLI flag: -storage.s3.bucket-lookup-type
2263+ [bucket_lookup_type : <string> | default = "auto"]
2264+
22602265sse :
22612266 # Enable AWS Server Side Encryption. Supported values: SSE-KMS, SSE-S3.
22622267 # CLI flag: -storage.s3.sse.type
0 commit comments