From 8b8621821b6818997eef125ba87ec7f7acf1a5b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Pe=C3=B1a-Castellanos?= Date: Thu, 30 Jul 2026 12:09:40 -0500 Subject: [PATCH] docs: note S3-compatible object storage for Tiered Storage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gonzalo Peña-Castellanos --- modules/manage/partials/tiered-storage.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/manage/partials/tiered-storage.adoc b/modules/manage/partials/tiered-storage.adoc index 211dda1448..065a1121eb 100644 --- a/modules/manage/partials/tiered-storage.adoc +++ b/modules/manage/partials/tiered-storage.adoc @@ -47,6 +47,8 @@ To set up Tiered Storage: Redpanda natively supports Tiered Storage with Amazon Simple Storage Service (S3), Google Cloud Storage (GCS, which uses the Google Cloud Platform S3 API), and Microsoft Azure Blob Storage (ABS) and Azure Data Lake Storage (ADLS). +NOTE: Because Tiered Storage speaks the S3 API, you can also point it at an S3-compatible object store. Set xref:reference:properties/object-storage-properties.adoc#cloud_storage_api_endpoint[`cloud_storage_api_endpoint`] to your provider's endpoint (for example, ``), and check your provider's documentation for the xref:reference:properties/object-storage-properties.adoc#cloud_storage_url_style[`cloud_storage_url_style`] it requires. + ifdef::env-kubernetes[] ==== Amazon S3