Skip to content

Commit

Permalink
tigris: UsePathStyle = false
Browse files Browse the repository at this point in the history
Signed-off-by: Xe Iaso <[email protected]>
  • Loading branch information
Xe committed Feb 11, 2025
1 parent c21e20c commit 69cdae3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tigris/tigris.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,6 @@ func Client(ctx context.Context) (*s3.Client, error) {
return s3.NewFromConfig(cfg, func(o *s3.Options) {
o.BaseEndpoint = aws.String("https://fly.storage.tigris.dev")
o.Region = "auto"
o.UsePathStyle = false
}), nil
}

0 comments on commit 69cdae3

Please sign in to comment.