From 19a81d25af7224ac76816d11e740ecd79b7d7ab3 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 24 Aug 2021 23:14:24 -0700 Subject: cloud drive: add support for Aliyun OSS --- other/java/client/src/main/proto/filer.proto | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'other/java/client/src') diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index 4c2f5e538..8895b607e 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -395,12 +395,19 @@ message RemoteConf { string s3_endpoint = 7; string s3_storage_class = 8; bool s3_force_path_style = 9; + string gcs_google_application_credentials = 10; + string azure_account_name = 15; string azure_account_key = 16; + string backblaze_key_id = 20; string backblaze_application_key = 21; string backblaze_endpoint = 22; + + string aliyun_access_key = 25; + string aliyun_secret_key = 26; + string aliyun_endpoint = 27; } message RemoteStorageMapping { -- cgit v1.2.3