This is an automated email from the ASF dual-hosted git repository.

suyanhanx 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 140ff61ad docs(services/gcs): fix rust core doc include (#2932)
140ff61ad is described below

commit 140ff61ad4562b6abffd40f5e4f893b1003025e0
Author: Suyan <[email protected]>
AuthorDate: Fri Aug 25 13:05:00 2023 +0800

    docs(services/gcs): fix rust core doc include (#2932)
    
    Signed-off-by: suyanhanx <[email protected]>
---
 core/src/services/gcs/backend.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/src/services/gcs/backend.rs b/core/src/services/gcs/backend.rs
index dd402d7f6..27140c78f 100644
--- a/core/src/services/gcs/backend.rs
+++ b/core/src/services/gcs/backend.rs
@@ -44,6 +44,7 @@ const DEFAULT_GCS_SCOPE: &str = 
"https://www.googleapis.com/auth/devstorage.read
 const DEFAULT_WRITE_FIXED_SIZE: usize = 8 * 1024 * 1024;
 
 /// [Google Cloud Storage](https://cloud.google.com/storage) services support.
+#[doc = include_str!("docs.md")]
 #[derive(Default)]
 pub struct GcsBuilder {
     /// root URI, all operations happens under `root`

Reply via email to