File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed
Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,9 @@ To set up a Remote Read Replica topic on a separate remote cluster:
6666
6767[tabs]
6868======
69- AWS::
69+ Amazon S3::
70+ +
71+ --
7072[source,yaml]
7173----
7274cloud_storage_enabled : true
@@ -78,8 +80,11 @@ cloud_storage_bucket : <your-bucket> #Optional. Should not be changed after writ
7880
7981WARNING: Modifying `cloud_storage_bucket` property after writing data to a bucket could cause data loss.
8082
81- ======
82- GCP::
83+ --
84+
85+ Google Cloud Storage::
86+ +
87+ --
8388[source,yaml]
8489----
8590cloud_storage_enabled : true
@@ -89,18 +94,21 @@ cloud_storage_region : <your-region>
8994cloud_storage_api_endpoint : `storage.googleapis.com`
9095cloud_storage_bucket : <your-bucket> #Optional. Should not be changed after writing data to it
9196----
97+ --
9298
9399WARNING: Modifying `cloud_storage_bucket` property after writing data to a bucket could cause data loss.
94100
95- ======
96- ABS::
101+ Azure Blob Storage::
102+ +
103+ --
97104[source,yaml]
98105----
99106cloud_storage_enabled : true
100107cloud_storage_azure_container : <your-container>
101108cloud_storage_azure_storage_account : <your-storage-account>
102109cloud_storage_azure_shared_key: <your-shared-key>
103110----
111+ --
104112======
105113
106114For a complete reference on object storage properties, see xref:reference:properties/object-storage-properties.adoc[].
You can’t perform that action at this time.
0 commit comments