Skip to content

Commit

Permalink
revert unintended change
Browse files Browse the repository at this point in the history
  • Loading branch information
jokester committed Jun 1, 2024
1 parent b1cdcd1 commit 5c89231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/services/gcs/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 for string of service account
builder.credential("service account JSON in base64");
// set the predefined ACL for GCS
builder.predefined_acl("publicRead");
Expand Down

0 comments on commit 5c89231

Please sign in to comment.