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