aboutsummaryrefslogtreecommitdiff
path: root/other/java/client/src
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-08-23 02:18:56 -0700
committerChris Lu <chris.lu@gmail.com>2021-08-23 02:18:59 -0700
commit2836a58d878df03f7c60991a75105d16274fe0c1 (patch)
tree698f2620eb3a9e99639923460cb6cca673d57064 /other/java/client/src
parent188ecc079d90b9929c7298e030f9c7e1033c440c (diff)
downloadseaweedfs-2836a58d878df03f7c60991a75105d16274fe0c1.tar.xz
seaweedfs-2836a58d878df03f7c60991a75105d16274fe0c1.zip
cloud drive: S3 supports storage class
Diffstat (limited to 'other/java/client/src')
-rw-r--r--other/java/client/src/main/proto/filer.proto1
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 eb329e6ae..caef71933 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 s3_storage_class = 8;
string gcs_google_application_credentials = 10;
}