Skip to content

Commit

Permalink
golanci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Laure-di committed Feb 13, 2025
1 parent 8d2bc0b commit d03de87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/services/object/helpers_object.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ 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 d03de87

Please sign in to comment.