Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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