Xuanwo commented on code in PR #2081:
URL:
https://github.com/apache/incubator-opendal/pull/2081#discussion_r1174534035
##########
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,
Tencent Cloud Object Storage(COS) 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](https://opendal.apache.org/docs/rust/opendal/services/struct.S3.html#compatible-services).
Review Comment:
We should not hardcode the links here because we could serve them from
different host.
Use `[Compatible Services](#compatible-services)` instead.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]