diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-08-23 02:18:56 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-08-23 02:18:59 -0700 |
| commit | 2836a58d878df03f7c60991a75105d16274fe0c1 (patch) | |
| tree | 698f2620eb3a9e99639923460cb6cca673d57064 /weed/shell/command_remote_configure.go | |
| parent | 188ecc079d90b9929c7298e030f9c7e1033c440c (diff) | |
| download | seaweedfs-2836a58d878df03f7c60991a75105d16274fe0c1.tar.xz seaweedfs-2836a58d878df03f7c60991a75105d16274fe0c1.zip | |
cloud drive: S3 supports storage class
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 504ab4f95..c5ca0a7db 100644 --- a/weed/shell/command_remote_configure.go +++ b/weed/shell/command_remote_configure.go @@ -59,6 +59,7 @@ func (c *commandRemoteConfigure) Do(args []string, commandEnv *CommandEnv, write remoteConfigureCommand.StringVar(&conf.S3SecretKey, "s3.secret_key", "", "s3 secret key") remoteConfigureCommand.StringVar(&conf.S3Region, "s3.region", "us-east-2", "s3 region") remoteConfigureCommand.StringVar(&conf.S3Endpoint, "s3.endpoint", "", "endpoint for s3-compatible local object store") + remoteConfigureCommand.StringVar(&conf.S3StorageClass, "s3.storage_class", "", "s3 storage class") remoteConfigureCommand.StringVar(&conf.GcsGoogleApplicationCredentials, "gcs.appCredentialsFile", "", "google cloud storage credentials file, or leave it empty to use env GOOGLE_APPLICATION_CREDENTIALS") |
