Skip to content

Commit

Permalink
fix tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Deflaimun committed Dec 20, 2024
1 parent 594f302 commit 2d5c0ff
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions modules/manage/partials/remote-read-replicas.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ To set up a Remote Read Replica topic on a separate remote cluster:

[tabs]
======
AWS::
Amazon S3::
+
--
[source,yaml]
----
cloud_storage_enabled : true
Expand All @@ -78,8 +80,11 @@ cloud_storage_bucket : <your-bucket> #Optional. Should not be changed after writ
WARNING: Modifying `cloud_storage_bucket` property after writing data to a bucket could cause data loss.
--
======
GCP::
Google Cloud Storage::
+
--
[source,yaml]
----
cloud_storage_enabled : true
Expand All @@ -89,18 +94,22 @@ cloud_storage_region : <your-region>
cloud_storage_api_endpoint : `storage.googleapis.com`
cloud_storage_bucket : <your-bucket> #Optional. Should not be changed after writing data to it
----
--

WARNING: Modifying `cloud_storage_bucket` property after writing data to a bucket could cause data loss.

======
ABS::
Azure Blob Storage::
+
--
[source,yaml]
----
cloud_storage_enabled : true
cloud_storage_azure_container : <your-container>
cloud_storage_azure_storage_account : <your-storage-account>
cloud_storage_azure_shared_key: <your-shared-key>
----
--
======

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

0 comments on commit 2d5c0ff

Please sign in to comment.