Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
EVEREST-301 Clear message for failed HEAD requests to s3
Browse files Browse the repository at this point in the history
  • Loading branch information
gen1us2k committed Oct 9, 2023
1 parent 4dde0d9 commit b6fbe8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/validation.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ func s3Access(l *zap.SugaredLogger, endpoint *string, accessKey, secretKey, buck
})
if err != nil {
l.Error(err)
return errors.New("Unable to connect to s3. Check your credentials")
return errors.New("unable to connect to s3. Check your credentials")
}

testKey := "everest-write-test"
Expand Down

0 comments on commit b6fbe8f

Please sign in to comment.