Skip to content

Commit

Permalink
docs: add docs for Ceph Rados Gateway S3 (#4190)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenglin-charlie-li authored Feb 17, 2024
1 parent a8b6a1b commit 93e5f65
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion core/src/services/s3/compatible_services.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- 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/

0 comments on commit 93e5f65

Please sign in to comment.