Skip to content

Commit

Permalink
fix golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Laure-di committed Feb 13, 2025
1 parent 3932d36 commit 6d1c499
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/services/object/helpers_object.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func newS3Client(ctx context.Context, region, accessKey, secretKey string, httpC
config.WithCredentialsProvider(credentials.NewStaticCredentialsProvider(accessKey, secretKey, "")),
config.WithHTTPClient(httpClient),
)

if err != nil {
return nil, err
}
Expand Down

0 comments on commit 6d1c499

Please sign in to comment.