You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.
Right now the S3 backend doesn't support path style buckets.
This is needed to e.g. connect to minio when buckets use path style addressing instead of subdomains.
Right now the S3 backend doesn't support path style buckets.
This is needed to e.g. connect to minio when buckets use path style addressing instead of subdomains.
There is the
s3ForcePathStyle
option in https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#constructor-propertyI'm not really familiar with js/typescript nor this sdk, but I tried to add this option:
flixr@8047c62
Unfortunately this doesn't seem to be sufficient, it still tries to access it as bucket.endpoint instead of endpoint/bucket.
The text was updated successfully, but these errors were encountered: