Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeah committed Aug 10, 2024
1 parent e6a0da6 commit 129cac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optout/s3_file_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func (handler *S3FileHandler) OpenFile(metadata *OptOutFilenameMetadata) (*bufio
return sc, func() {}, err
}

func getHeadObject(bucket string, key string, sess *session.Session) (*s3.HeadObjectOutput, err) {
func getHeadObject(bucket string, key string, sess *session.Session) (*s3.HeadObjectOutput, error) {
svc := s3.New(sess)
input := &s3.HeadObjectInput{
Bucket: aws.String(bucket),
Expand Down

0 comments on commit 129cac7

Please sign in to comment.