Skip to content

Commit

Permalink
add minimal readme bit about upstream_remotes
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Jul 31, 2022
1 parent b0e06ff commit de1aa59
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,10 @@ If multiple uploader tasks are specified, the tasks will run sequentially (vs in
"size_excludes": [
"downloads/*"
],
"service_account_path":"/home/user/config/cloudplow/service_accounts/"
"service_account_path":"/home/user/config/cloudplow/service_accounts/",
"upstream_remotes": [
"some-remote"
]
}
}
```
Expand All @@ -807,6 +810,7 @@ In the example above, the uploader references `"google"` from the `remotes` sect

- This is currently not supported with sync operations.

`"upstream_remotes"`: List of upstream remotes (crypt or union) that are going to get the Service Account rotation.

### Mover

Expand Down

0 comments on commit de1aa59

Please sign in to comment.