Skip to content

Commit

Permalink
Fix S3_LOG_LEVEL setting (#1158)
Browse files Browse the repository at this point in the history
* Fix S3_LOG_LEVEL setting

* Fix linter
  • Loading branch information
usernamedt committed Nov 25, 2021
1 parent f4083c5 commit 6af461f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/config.go
Expand Up @@ -266,6 +266,7 @@ var (
"S3_ENDPOINT_SOURCE": true,
"S3_ENDPOINT_PORT": true,
"S3_USE_LIST_OBJECTS_V1": true,
"S3_LOG_LEVEL": true,
"S3_RANGE_BATCH_ENABLED": true,
"S3_RANGE_MAX_RETRIES": true,
"S3_MAX_RETRIES": true,
Expand Down
1 change: 1 addition & 0 deletions pkg/storages/s3/folder.go
Expand Up @@ -72,6 +72,7 @@ var (
s3CertFile,
MaxPartSize,
UseListObjectsV1,
LogLevel,
RangeBatchEnabled,
RangeQueriesMaxRetries,
MaxRetriesSetting,
Expand Down

0 comments on commit 6af461f

Please sign in to comment.