Skip to content

Commit 69cdae3

Browse files
committedFeb 11, 2025
tigris: UsePathStyle = false
Signed-off-by: Xe Iaso <[email protected]>
1 parent c21e20c commit 69cdae3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎tigris/tigris.go

+1
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,6 @@ func Client(ctx context.Context) (*s3.Client, error) {
121121
return s3.NewFromConfig(cfg, func(o *s3.Options) {
122122
o.BaseEndpoint = aws.String("https://fly.storage.tigris.dev")
123123
o.Region = "auto"
124+
o.UsePathStyle = false
124125
}), nil
125126
}

0 commit comments

Comments
 (0)