From 2836a58d878df03f7c60991a75105d16274fe0c1 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 23 Aug 2021 02:18:56 -0700 Subject: cloud drive: S3 supports storage class --- other/java/client/src/main/proto/filer.proto | 1 + 1 file changed, 1 insertion(+) (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 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; } -- cgit v1.2.3