Open pjebs opened 6 years ago
I'm myself testing these aspects. yas3fs
works but s3fs
doesn't.
You can test a bucket with this:
AWS_ACCESS_KEY_ID=<key> AWS_SECRET_ACCESS_KEY=<secret> yas3fs -df s3://<bucket> <local-folder>/ --s3-endpoint <region>.digitaloceanspaces.com
-df
is the debug mode
Careful, pip install ya3fs
only works with Python2.x
@nodje the version from pip is outdated
Thanks @jazzl0ver , a probably very useful information for my other problems!
Jeez, I can't believe how much better and faster the master branch HEAD works compare to the pip version. This is really decently fast on a computer located in the same region as your Spaces on DO, even with directories containing lots of sub elements.
@danilop , would you please update the pip version or give me access to the repo?
Digital Ocean spaces claims to be S3 compatible in terms of their API and how it can be interfaced by external clients. Should yas3fs work in theory?