diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-08-23 00:29:27 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-08-23 00:29:27 -0700 |
| commit | 258063de2650699eef4488ff9096693737226fde (patch) | |
| tree | 23c385ceb7b3eee50f0045d4a776fdb8ad9cf260 /other/java/client/src | |
| parent | 3b2c39f1bee0450a0f94363e42e6760ec6d01b79 (diff) | |
| download | seaweedfs-258063de2650699eef4488ff9096693737226fde.tar.xz seaweedfs-258063de2650699eef4488ff9096693737226fde.zip | |
cloud drive: add google cloud storage
Diffstat (limited to 'other/java/client/src')
| -rw-r--r-- | other/java/client/src/main/proto/filer.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index 1c22276ae..eb329e6ae 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -393,6 +393,7 @@ message RemoteConf { string s3_secret_key = 5; string s3_region = 6; string s3_endpoint = 7; + string gcs_google_application_credentials = 10; } message RemoteStorageMapping { |
