-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for S3 compatible services #6
Comments
Glad you found it useful! I'll looking in to adding that |
Hi Geoff, I've added an |
Wow, that was quick Will, Thanks! I’ll give it a whirl at the office tomorrow, and let you know. Geoff |
@willmcgugan This works perfectly, when using the Apologies in advance, I messed up the README.rst and reverted it, but couldn't 'undo' the commit from where I am, so the pull request is a bit ugly. |
Great. Will have a look at the PR. |
Hi,
I just found PyFilesystem - and I was half way through my own implementation of the same concept (I was about to write the ftp adapter). So I’m ditching my code, and using yours :) Thank you!
The only thing I’m not sure how to do (cleanly) is to use the s3fs adapter with an S3 compatible service, for example Swift/Ceph/Wasabi - specifically Wasabi in my case.
In my implementation, I simply set the
endpoint_url
during the Boto3 client init. The rest was the same.Thoughts?
Many thanks,
Geoff
The text was updated successfully, but these errors were encountered: