@@ -840,27 +840,35 @@ kafka_config:
840
840
841
841
The ` alibabacloud_storage_config` block configures the connection to Alibaba Cloud Storage object storage backend. The supported CLI flags `<prefix>` used to reference this configuration block are:
842
842
843
- - ` common`
844
- - ` ruler`
843
+ - ` common.storage `
844
+ - ` ruler.storage `
845
845
846
846
847
847
848
848
` ` ` yaml
849
849
# Name of OSS bucket.
850
- # CLI flag: -<prefix>.storage. oss.bucketname
850
+ # CLI flag: -<prefix>.oss.bucketname
851
851
[bucket: <string> | default = ""]
852
852
853
853
# oss Endpoint to connect to.
854
- # CLI flag: -<prefix>.storage. oss.endpoint
854
+ # CLI flag: -<prefix>.oss.endpoint
855
855
[endpoint: <string> | default = ""]
856
856
857
857
# alibabacloud Access Key ID
858
- # CLI flag: -<prefix>.storage. oss.access-key-id
858
+ # CLI flag: -<prefix>.oss.access-key-id
859
859
[access_key_id: <string> | default = ""]
860
860
861
861
# alibabacloud Secret Access Key
862
- # CLI flag: -<prefix>.storage. oss.secret-access-key
862
+ # CLI flag: -<prefix>.oss.secret-access-key
863
863
[secret_access_key: <string> | default = ""]
864
+
865
+ # Connection timeout in seconds
866
+ # CLI flag: -<prefix>.oss.conn-timeout-sec
867
+ [conn_timeout_sec: <int> | default = 30]
868
+
869
+ # Read/Write timeout in seconds
870
+ # CLI flag: -<prefix>.oss.read-write-timeout-sec
871
+ [read_write_timeout_sec: <int> | default = 60]
864
872
` ` `
865
873
866
874
# ## analytics
@@ -1643,6 +1651,7 @@ storage:
1643
1651
1644
1652
# The alibabacloud_storage_config block configures the connection to Alibaba
1645
1653
# Cloud Storage object storage backend.
1654
+ # The CLI flags prefix for this block configuration is: common.storage
1646
1655
[alibabacloud: <alibabacloud_storage_config>]
1647
1656
1648
1657
# The bos_storage_config block configures the connection to Baidu Object
@@ -4543,7 +4552,7 @@ storage:
4543
4552
[azure: <azure_storage_config>]
4544
4553
4545
4554
# Configures backend rule storage for AlibabaCloud Object Storage (OSS).
4546
- # The CLI flags prefix for this block configuration is: ruler
4555
+ # The CLI flags prefix for this block configuration is: ruler.storage
4547
4556
[alibabacloud: <alibabacloud_storage_config>]
4548
4557
4549
4558
# Configures backend rule storage for GCS.
@@ -5350,7 +5359,6 @@ The `storage_config` block configures one of many possible stores for both the i
5350
5359
` ` ` yaml
5351
5360
# The alibabacloud_storage_config block configures the connection to Alibaba
5352
5361
# Cloud Storage object storage backend.
5353
- # The CLI flags prefix for this block configuration is: common
5354
5362
[alibabacloud: <alibabacloud_storage_config>]
5355
5363
5356
5364
# The aws_storage_config block configures the connection to dynamoDB and S3
0 commit comments