aboutsummaryrefslogtreecommitdiff
path: root/weed/pb/filer.proto
diff options
context:
space:
mode:
Diffstat (limited to 'weed/pb/filer.proto')
-rw-r--r--weed/pb/filer.proto7
1 files changed, 6 insertions, 1 deletions
diff --git a/weed/pb/filer.proto b/weed/pb/filer.proto
index efecc4e97..1a5cfe79b 100644
--- a/weed/pb/filer.proto
+++ b/weed/pb/filer.proto
@@ -393,5 +393,10 @@ message RemoteConf {
}
message RemoteStorageMapping {
- map<string,string> mappings = 1;
+ map<string,RemoteStorageLocation> mappings = 1;
+}
+message RemoteStorageLocation {
+ string name = 1;
+ string bucket = 2;
+ string path = 3;
}