We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c21e20c commit 69cdae3Copy full SHA for 69cdae3
tigris/tigris.go
@@ -121,5 +121,6 @@ func Client(ctx context.Context) (*s3.Client, error) {
121
return s3.NewFromConfig(cfg, func(o *s3.Options) {
122
o.BaseEndpoint = aws.String("https://fly.storage.tigris.dev")
123
o.Region = "auto"
124
+ o.UsePathStyle = false
125
}), nil
126
}
0 commit comments