feat(backend): added missing USE_S3_TAGS env var (#1984)

This commit is contained in:
Alexander 2024-03-22 14:33:53 +01:00 committed by GitHub
parent ec867328ba
commit 9dbf682efe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {