Skip to content

Commit

Permalink
Revert UsePathStyle for integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
jescalada committed Aug 15, 2024
1 parent f129c83 commit 2cd6723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/golang/helpers/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func NewS3Client(endpoint string) (*s3.Client, error) {
return nil, eris.Wrap(err, "error loading configuration for S3 client")
}
return s3.NewFromConfig(cfg, func(o *s3.Options) {
o.UsePathStyle = false
o.UsePathStyle = true
o.BaseEndpoint = aws.String(endpoint)
}), nil
}
Expand Down

0 comments on commit 2cd6723

Please sign in to comment.