aio-libs / aiobotocore

asyncio support for botocore library using aiohttp

Home Page:https://aiobotocore.rtfd.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use custom url for s3 using AWS_ENDPOINT_URL

Kotwic4 opened this issue · comments

AWS_ENDPOINT_URL is now supported by the AWS for custom url (for example localhost).
More info about it docs and original github issue. It was merged into botocore in this pr.

However this is not supported in aiobotocore according to the owners of s3fs in my issue for them. Probably this is just a change to update dependencies?