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/pb/remote.proto | |
| 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/pb/remote.proto')
| -rw-r--r-- | weed/pb/remote.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/pb/remote.proto b/weed/pb/remote.proto index 7b9d2f851..e42ae872c 100644 --- a/weed/pb/remote.proto +++ b/weed/pb/remote.proto @@ -29,6 +29,7 @@ message RemoteConf { string backblaze_key_id = 20; string backblaze_application_key = 21; string backblaze_endpoint = 22; + string backblaze_region = 23; string aliyun_access_key = 25; string aliyun_secret_key = 26; |
