s3fs icon indicating copy to clipboard operation
s3fs copied to clipboard

Handle region in opener

Open cbenz opened this issue 5 years ago • 2 comments

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.

cbenz avatar Jul 07 '20 14:07 cbenz

This looks useful and is probably what I need in order to use DigitalOcean Spaces.

ToddG avatar Jan 16 '21 21:01 ToddG

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?

cbenz avatar Jan 19 '21 09:01 cbenz