diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-08-24 23:14:24 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-08-24 23:14:24 -0700 |
| commit | 19a81d25af7224ac76816d11e740ecd79b7d7ab3 (patch) | |
| tree | 503220eb5066326c12cc12ab6aaadb1707fde920 /other/java/client/src | |
| parent | 47d775cf68aed0cb342e9150b02509e0466541e6 (diff) | |
| download | seaweedfs-19a81d25af7224ac76816d11e740ecd79b7d7ab3.tar.xz seaweedfs-19a81d25af7224ac76816d11e740ecd79b7d7ab3.zip | |
cloud drive: add support for Aliyun OSS
Diffstat (limited to 'other/java/client/src')
| -rw-r--r-- | other/java/client/src/main/proto/filer.proto | 7 |
1 files changed, 7 insertions, 0 deletions
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 { |
