Describe the bug
This was flagged by goreleaser's tests when dependabot opened the pr updating from v0.38 to v0.39.
I'm not sure if this is expected and just not documented, or if it is in fact a bug.
To Reproduce
open a bucket (can be a local minio for example) using s3ForcePathStyle.
Expected behavior
To work.
Version
v0.39.0
Additional context
Error:
open bucket s3://basic?endpoint=http%3A%2F%2Flocalhost%3A32812®ion=us-east&s3ForcePathStyle=true: unknown query parameter "s3ForcePathStyle"
Also, forcing awssdk=v1 makes it work again.
Describe the bug
This was flagged by goreleaser's tests when dependabot opened the pr updating from v0.38 to v0.39.
I'm not sure if this is expected and just not documented, or if it is in fact a bug.
To Reproduce
open a bucket (can be a local minio for example) using
s3ForcePathStyle.Expected behavior
To work.
Version
v0.39.0
Additional context
Error:
Also, forcing
awssdk=v1makes it work again.