Skip to content

Commit

Permalink
virtual style access is required for fips endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
spgreenberg committed Nov 7, 2024
1 parent b29c27f commit 5e29b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3client.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func NewAwsConfig(
awsConfig := &aws.Config{
Region: aws.String(regionName),
Credentials: creds,
S3ForcePathStyle: aws.Bool(true),
S3ForcePathStyle: aws.Bool(false),
MaxRetries: aws.Int(maxRetries),
DisableSSL: aws.Bool(disableSSL),
HTTPClient: httpClient,
Expand Down

0 comments on commit 5e29b0b

Please sign in to comment.