aboutsummaryrefslogtreecommitdiff
path: root/other/java
diff options
context:
space:
mode:
Diffstat (limited to 'other/java')
-rw-r--r--other/java/client/src/main/proto/filer.proto8
1 files changed, 8 insertions, 0 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto
index dd88bc005..60c222413 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -374,3 +374,11 @@ message FilerConf {
}
repeated PathConf locations = 2;
}
+
+message RemoteConf {
+ string type = 1;
+ string name = 2;
+ string url = 3;
+ string access_key = 4;
+ string secret_key = 5;
+}