aboutsummaryrefslogtreecommitdiff
path: root/weed/pb/remote.proto
diff options
context:
space:
mode:
authormervynzhang <sads@live.com>2023-05-19 21:39:25 +0800
committerGitHub <noreply@github.com>2023-05-19 06:39:25 -0700
commit1ebb549f774e70fe29dfd91ec00e41c06cc10f1a (patch)
tree4e4b978de7284fb251ae8b361922096fa5f8b22d /weed/pb/remote.proto
parenta90b777ff4992ab59f4b1a94733b56f67ca9ddec (diff)
downloadseaweedfs-1ebb549f774e70fe29dfd91ec00e41c06cc10f1a.tar.xz
seaweedfs-1ebb549f774e70fe29dfd91ec00e41c06cc10f1a.zip
support swift (#4480)
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;