s3fs
s3fs copied to clipboard
Handle region in opener
In order to support S3 providers such as Scaleway it's mandatory to define a custom region.
While it's possible to build a S3FS instance with region= kwarg, by stopping using the open_fs(url) opener we don't leverage the generic side of pyfilesystem anymore.
This looks useful and is probably what I need in order to use DigitalOcean Spaces.
Thanks @ToddG! Until it's merged I use a fork of this repo and install it in requirements.txt via git+https://github.com/cbenz/s3fs.git@afd-toutafrique
@willmcgugan How can this PR be merged? Is the PyFilesystem team waiting for some more things I could provide?