diff --git a/hadoop-hdds/docs/content/interface/S3.md b/hadoop-hdds/docs/content/interface/S3.md index c2f0f3af9b97..92bc435ecb64 100644 --- a/hadoop-hdds/docs/content/interface/S3.md +++ b/hadoop-hdds/docs/content/interface/S3.md @@ -163,3 +163,13 @@ Or aws s3 ls --endpoint http://localhost:9878 s3://buckettest ``` +## Compatible third-party applications +Ozone's S3 Gateway enables integration with a wide range of cloud-native and analytics applications. Here are some examples of tools and platforms known to work with Ozone (in alphabetical order): + +* [Clickhouse](https://clickhouse.com/docs/en/integrations/s3) +* [Fluentd](https://docs.fluentd.org/output/s3) can send logs directly to Ozone via the S3 Gateway. +* [JuiceFS](https://juicefs.com/docs/community/s3_gateway/) +* [Starburst](https://docs.starburst.io/latest/connector/starburst-ozone.html) (Starburst also supports Ozone `ofs://`) +* [Teradata NOS](https://docs.teradata.com/r/Enterprise_IntelliFlex_VMware/Teradata-VantageTM-Native-Object-Store-Getting-Started-Guide-17.20) + +This list is not exhaustive—any application that supports the S3 protocol can potentially connect to Ozone, making it easy to adopt Ozone in modern data pipelines and cloud-native workflows.