diff options
| author | Muhammad Hallaj bin Subery <hallaj@users.noreply.github.com> | 2023-02-06 13:24:21 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-05 21:24:21 -0800 |
| commit | 9bd422d2c93ec330f4e64484c4473f0f2ca15bb6 (patch) | |
| tree | eae3f98c4322f87c23a5a0b252c55fb777852780 /weed/command/scaffold | |
| parent | 84e9934bf9143076fba5cbe0e2251a6628576202 (diff) | |
| download | seaweedfs-9bd422d2c93ec330f4e64484c4473f0f2ca15bb6.tar.xz seaweedfs-9bd422d2c93ec330f4e64484c4473f0f2ca15bb6.zip | |
adding support for B2 region (#4177)
Co-authored-by: Muhammad Hallaj bin Subery <hallaj@tuta.io>
Diffstat (limited to 'weed/command/scaffold')
| -rw-r--r-- | weed/command/scaffold/replication.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/scaffold/replication.toml b/weed/command/scaffold/replication.toml index cffe1b76f..b23a1ef46 100644 --- a/weed/command/scaffold/replication.toml +++ b/weed/command/scaffold/replication.toml @@ -68,6 +68,7 @@ is_incremental = false enabled = false b2_account_id = "" b2_master_application_key = "" +b2_region = "" bucket = "mybucket" # an existing bucket directory = "/" # destination directory is_incremental = false |
