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 (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
gen1us2k authored Oct 9, 2023
1 parent e0b87cd commit 104d52e
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("could not issue head request to S3 bucket")
return errors.New("unable to connect to s3. Check your credentials")
}

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

0 comments on commit 104d52e

Please sign in to comment.