Skip to content
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

Digital Ocean compatible? #183

Open
pjebs opened this issue Nov 8, 2018 · 5 comments
Open

Digital Ocean compatible? #183

pjebs opened this issue Nov 8, 2018 · 5 comments

Comments

@pjebs
Copy link

pjebs commented Nov 8, 2018

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?

@nodje
Copy link

nodje commented Nov 27, 2018

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

@jazzl0ver
Copy link
Collaborator

@nodje the version from pip is outdated

@nodje
Copy link

nodje commented Nov 27, 2018

Thanks @jazzl0ver , a probably very useful information for my other problems!

@nodje
Copy link

nodje commented Nov 27, 2018

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.

@jazzl0ver
Copy link
Collaborator

@danilop , would you please update the pip version or give me access to the repo?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants