bug: S3 Storage: forcePathStyle
setting not preventing bucket name from being prepended to endpoint URL
#7004
Labels
bug
Something isn't working
Describe the bug
When using S3-compatible storage (MinIO), the bucket name is incorrectly prepended to the endpoint URL despite having
forcePathStyle: true
set in the configuration. This causes DNS resolution failures as the system attempts to access{bucketName}.{endpoint}
instead of using path-style access ({endpoint}/{bucketName}
).Error encountered:
Expected behavior
With
forcePathStyle: true
, requests should be made tos.foo.com/logto
instead of attempting to accesslogto.s.foo.com
.How to reproduce?
logto.s.foo.com
instead ofs.foo.com/logto
Context
The text was updated successfully, but these errors were encountered: