Skip to content

Commit 564e91b

Browse files
committed
fix tabs
1 parent 594f302 commit 564e91b

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

modules/manage/partials/remote-read-replicas.adoc

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff 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
----
7274
cloud_storage_enabled : true
@@ -78,8 +80,11 @@ cloud_storage_bucket : <your-bucket> #Optional. Should not be changed after writ
7880
7981
WARNING: 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
----
8590
cloud_storage_enabled : true
@@ -89,18 +94,21 @@ cloud_storage_region : <your-region>
8994
cloud_storage_api_endpoint : `storage.googleapis.com`
9095
cloud_storage_bucket : <your-bucket> #Optional. Should not be changed after writing data to it
9196
----
97+
--
9298
9399
WARNING: 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
----
99106
cloud_storage_enabled : true
100107
cloud_storage_azure_container : <your-container>
101108
cloud_storage_azure_storage_account : <your-storage-account>
102109
cloud_storage_azure_shared_key: <your-shared-key>
103110
----
111+
--
104112
======
105113

106114
For a complete reference on object storage properties, see xref:reference:properties/object-storage-properties.adoc[].

0 commit comments

Comments
 (0)