juicedata / juicesync

A tool to move your data between any clouds or regions.
Apache License 2.0
593 stars 56 forks source link

Add Scaleway object storage provider #93

Closed angristan closed 3 years ago

angristan commented 3 years ago

I added this one based on the others.

Tests are passing:

devenv :: ~/juicesync/object ‹master*› » SCW_TEST_BUCKET=juicetest.s3.fr-par.scw.cloud go test -run TestScw
1 
PASS
ok      github.com/juicedata/juicesync/object   4.698s
CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

angristan commented 3 years ago

Can confirm it works with juicefs too 👍

davies commented 3 years ago

@angristan Thanks! Do you mind update the readme to mention this?

angristan commented 3 years ago

I added a line in the README 🙂

davies commented 3 years ago

@nlm I only saw SCW_ACCESS_KEY in test case, did I missed something?