diff options
| author | chrislu <chris.lu@gmail.com> | 2023-05-21 12:26:52 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-05-21 12:26:52 -0700 |
| commit | 8f3bd202e54b1e83bbd76ee63d103202308f3e39 (patch) | |
| tree | b2f6bbc2b81a3781835c6ab4976e2589f3bde47d /weed/shell/command_remote_configure.go | |
| parent | 9187a649750b43c8948016523429b0f8b223abaa (diff) | |
| parent | 1ebb549f774e70fe29dfd91ec00e41c06cc10f1a (diff) | |
| download | seaweedfs-8f3bd202e54b1e83bbd76ee63d103202308f3e39.tar.xz seaweedfs-8f3bd202e54b1e83bbd76ee63d103202308f3e39.zip | |
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
Diffstat (limited to 'weed/shell/command_remote_configure.go')
| -rw-r--r-- | weed/shell/command_remote_configure.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/shell/command_remote_configure.go b/weed/shell/command_remote_configure.go index 6647e3af2..11f7696b2 100644 --- a/weed/shell/command_remote_configure.go +++ b/weed/shell/command_remote_configure.go @@ -69,6 +69,7 @@ func (c *commandRemoteConfigure) Do(args []string, commandEnv *CommandEnv, write remoteConfigureCommand.StringVar(&conf.S3StorageClass, "s3.storage_class", "", "s3 storage class") remoteConfigureCommand.BoolVar(&conf.S3ForcePathStyle, "s3.force_path_style", true, "s3 force path style") remoteConfigureCommand.BoolVar(&conf.S3V4Signature, "s3.v4_signature", false, "s3 V4 signature") + remoteConfigureCommand.BoolVar(&conf.S3SupportTagging, "s3.support_tagging", true, "s3 supportTagging") remoteConfigureCommand.StringVar(&conf.GcsGoogleApplicationCredentials, "gcs.appCredentialsFile", "", "google cloud storage credentials file, default to use env GOOGLE_APPLICATION_CREDENTIALS") remoteConfigureCommand.StringVar(&conf.GcsProjectId, "gcs.projectId", "", "google cloud storage project id, default to use env GOOGLE_CLOUD_PROJECT") |
