diff options
Diffstat (limited to 'other')
| -rw-r--r-- | other/java/client/src/main/proto/filer.proto | 7 |
1 files changed, 4 insertions, 3 deletions
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; } |
