Skip to content

Commit

Permalink
docs(gcs): correct the description of credential (#3928)
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu authored Jan 6, 2024
1 parent 9ec4db7 commit 328a037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/services/gcs/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ 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
builder.credential("authentication token");
// set the credential of service account.
builder.credential("service account credential");
// set the predefined ACL for GCS
builder.predefined_acl("publicRead");
// set the default storage class for GCS
Expand Down

0 comments on commit 328a037

Please sign in to comment.