From 70effac0d3edc95e55aa0c6d70e9d35a259ca2c8 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 21 Jul 2021 02:24:34 -0700 Subject: configure and store remote configurations --- other/java/client/src/main/proto/filer.proto | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'other/java/client/src/main') diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index 60c222413..803a2ce32 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -378,7 +378,8 @@ message FilerConf { message RemoteConf { string type = 1; string name = 2; - string url = 3; - string access_key = 4; - string secret_key = 5; + string s3_access_key = 4; + string s3_secret_key = 5; + string s3_region = 6; + string s3_endpoint = 7; } -- cgit v1.2.3