This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/main by this push:
new bd01753e chore: add tencent COS as a kind of s3 compatible backend in
doc (#2081)
bd01753e is described below
commit bd01753eebf36586fd3dd77a72511357a158fc3e
Author: congyi wang <[email protected]>
AuthorDate: Sun Apr 23 16:21:55 2023 +0800
chore: add tencent COS as a kind of s3 compatible backend in doc (#2081)
* add cos in doc (s3 compatible)
* add reference link
* fix
---
core/src/services/s3/backend.rs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/core/src/services/s3/backend.rs b/core/src/services/s3/backend.rs
index 3ebba114..eed0335e 100644
--- a/core/src/services/s3/backend.rs
+++ b/core/src/services/s3/backend.rs
@@ -54,7 +54,8 @@ static ENDPOINT_TEMPLATES: Lazy<HashMap<&'static str,
&'static str>> = Lazy::new
m
});
-/// Aws S3 and compatible services (including minio, digitalocean space and so
on) support
+/// Aws S3 and compatible services (including minio, digitalocean space,
Tencent Cloud Object Storage(COS) and so on) support.
+/// For more information about s3-compatible services, refer to [Compatible
Services](#compatible-services).
///
/// # Capabilities
///