aboutsummaryrefslogtreecommitdiff
path: root/other/java/client/src/main/proto
diff options
context:
space:
mode:
Diffstat (limited to 'other/java/client/src/main/proto')
-rw-r--r--other/java/client/src/main/proto/filer.proto6
1 files changed, 1 insertions, 5 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto
index 12f9a8505..efecc4e97 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -392,10 +392,6 @@ message RemoteConf {
string s3_endpoint = 7;
}
-message RemoteStorageMappingList {
- repeated RemoteStorageMapping mappings = 1;
-}
message RemoteStorageMapping {
- string dir = 1;
- string remote_storage_name = 2;
+ map<string,string> mappings = 1;
}