-
Notifications
You must be signed in to change notification settings - Fork 457
B2 using s3 aws sdk #1599
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
B2 using s3 aws sdk #1599
Conversation
|
This commit allow the use of This will generate s3 lowlevel configuration for interacting with B2, and it works well. |
|
Few small nits but otherwise lgtm, thanks for working on this. I'll merge once comments are fixed. |
|
looks good |
|
lgtm. I started CI and will merge on success |
|
Looks like tests are failing! Please fix them and ping me when done. |
* Adding 'vendor' argument to generate configuration. * Update json testcases
|
Hey @kalidor are you still working on this? Test failure looks unrelated and just "go mod tidy" missing |
|
I saw the tests failure. I don't work on this since my last commit. Moreover, I don't know what to do to fix the tests failed... |
The test failure is unrelated flakiness in the FUSE thing. I think you could run |
|
I just created a B2 account and will give this a manual test later today! |
Data syncs successfully to B2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've been using this for a few weeks now; works as expected
This commit allow requesting B2 API directly using s3 code.
See: https://help.backblaze.com/hc/en-us/articles/360047629713-Using-the-AWS-Go-SDK-with-B2