feat(backend): added missing USE_S3_TAGS env var (#1984)
This commit is contained in:
parent
ec867328ba
commit
9dbf682efe
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ type ObjectsConfig struct {
|
|||
AWSSkipSSLValidation bool `env:"AWS_SKIP_SSL_VALIDATION"`
|
||||
AzureAccountName string `env:"AZURE_ACCOUNT_NAME"`
|
||||
AzureAccountKey string `env:"AZURE_ACCOUNT_KEY"`
|
||||
UseS3Tags bool `env:"USE_S3_TAGS,default=true"`
|
||||
}
|
||||
|
||||
func (c *ObjectsConfig) UseFileTags() bool {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue