Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.

S3: support for path style buckets #136

Open
flixr opened this issue Apr 24, 2020 · 0 comments
Open

S3: support for path style buckets #136

flixr opened this issue Apr 24, 2020 · 0 comments

Comments

@flixr
Copy link

flixr commented Apr 24, 2020

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-property

I'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.

flixr referenced this issue in flixr/vscode-remote-workspace Jun 4, 2020
to e.g. use S3 with minio when buckets are not configured as subdomains
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant