From 27b9bf7fbc94cf4d9b0b8414e9c1ed9324eb079c Mon Sep 17 00:00:00 2001 From: Zhenglin Li <1125806272@qq.com> Date: Sat, 17 Feb 2024 00:12:06 -0600 Subject: [PATCH] docs: add docs for Ceph Rados Gateway S3 --- core/src/services/s3/compatible_services.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/core/src/services/s3/compatible_services.md b/core/src/services/s3/compatible_services.md index dc9af1edf567..8226e6665dfc 100644 --- a/core/src/services/s3/compatible_services.md +++ b/core/src/services/s3/compatible_services.md @@ -117,4 +117,10 @@ To connect to r2, we need to set: [Google Cloud Storage XML API](https://cloud.google.com/storage/docs/xml-api/overview) provides s3 compatible API. - `endpoint`: The endpoint of Google Cloud Storage XML API, for example: `https://storage.googleapis.com` - `bucket`: The bucket name. -- To access GCS via S3 API, please enable `features = ["native-tls"]` in your `Cargo.toml` to avoid connection being reset when using `rustls`. Tracking in https://github.com/seanmonstar/reqwest/issues/1809 \ No newline at end of file +- To access GCS via S3 API, please enable `features = ["native-tls"]` in your `Cargo.toml` to avoid connection being reset when using `rustls`. Tracking in https://github.com/seanmonstar/reqwest/issues/1809 + +### Ceph Rados Gateway +Ceph supports a RESTful API that is compatible with the basic data access model of the Amazon S3 API. + +For more information, refer: https://docs.ceph.com/en/latest/radosgw/s3/ +