diff options
Diffstat (limited to 'weed/pb/remote.proto')
| -rw-r--r-- | weed/pb/remote.proto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/weed/pb/remote.proto b/weed/pb/remote.proto index 65722c9ae..bdecf4dbe 100644 --- a/weed/pb/remote.proto +++ b/weed/pb/remote.proto @@ -62,6 +62,10 @@ message RemoteConf { string storj_secret_key = 66; string storj_endpoint = 67; + string contabo_access_key = 68; + string contabo_secret_key = 69; + string contabo_endpoint = 70; + string contabo_region = 71; } message RemoteStorageMapping { |
