aboutsummaryrefslogtreecommitdiff
path: root/weed/pb/remote.proto
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2023-05-21 12:26:52 -0700
committerchrislu <chris.lu@gmail.com>2023-05-21 12:26:52 -0700
commit8f3bd202e54b1e83bbd76ee63d103202308f3e39 (patch)
treeb2f6bbc2b81a3781835c6ab4976e2589f3bde47d /weed/pb/remote.proto
parent9187a649750b43c8948016523429b0f8b223abaa (diff)
parent1ebb549f774e70fe29dfd91ec00e41c06cc10f1a (diff)
downloadseaweedfs-8f3bd202e54b1e83bbd76ee63d103202308f3e39.tar.xz
seaweedfs-8f3bd202e54b1e83bbd76ee63d103202308f3e39.zip
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
Diffstat (limited to 'weed/pb/remote.proto')
-rw-r--r--weed/pb/remote.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/pb/remote.proto b/weed/pb/remote.proto
index e42ae872c..9d6d81ff5 100644
--- a/weed/pb/remote.proto
+++ b/weed/pb/remote.proto
@@ -18,6 +18,7 @@ message RemoteConf {
string s3_endpoint = 7;
string s3_storage_class = 8;
bool s3_force_path_style = 9;
+ bool s3_support_tagging = 13;
bool s3_v4_signature = 11;
string gcs_google_application_credentials = 10;