From c0a4842b854215ea0a53625d2289d1376aec97e2 Mon Sep 17 00:00:00 2001 From: Wang Guan Date: Sun, 2 Jun 2024 03:11:36 +0900 Subject: [PATCH] reword --- core/src/services/gcs/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/services/gcs/docs.md b/core/src/services/gcs/docs.md index b16b9c670a7..d818b6bbafe 100644 --- a/core/src/services/gcs/docs.md +++ b/core/src/services/gcs/docs.md @@ -64,7 +64,7 @@ async fn main() -> Result<()> { // set the working directory root for GCS // all operations will happen within it builder.root("/path/to/dir"); - // set the credentials for GCS OAUTH2 authentication + // set the credentials with service account builder.credential("service account JSON in base64"); // set the predefined ACL for GCS builder.predefined_acl("publicRead");