Skip to content

Commit

Permalink
Merge pull request #21 from cloud-gov/virtual-style-access
Browse files Browse the repository at this point in the history
virtual style access is required for fips endpoints
  • Loading branch information
spgreenberg authored Nov 7, 2024
2 parents b29c27f + 5e29b0b commit c4caeac
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 c4caeac

Please sign in to comment.