Skip to content

Commit

Permalink
fix(#191): Routing namespace --> Storage - pass lint
Browse files Browse the repository at this point in the history
  • Loading branch information
epociask committed Oct 28, 2024
1 parent 7fd2d74 commit 7037575
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion store/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ func (cfg *Config) checkTargets(targets []string) error {

// Check ... verifies that configuration values are adequately set
func (cfg *Config) Check() error {

if cfg.S3Config.CredentialType == s3.CredentialTypeUnknown && cfg.S3Config.Endpoint != "" {
return fmt.Errorf("s3 credential type must be set")
}
Expand Down

0 comments on commit 7037575

Please sign in to comment.