forked from perkeep/perkeep
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
b2: document example + point to temporary fork
- Add documentation in storage-examples for using Perkeep with b2 as a storage backend. The documentation uses the new API terminology: AccountID is no longer a thing in the Backblaze web console. - Replace FiloSottile/b2 by perkeep/b2 where we host a copy of clgillis's Pull Request[1]. We can point to the original project again as soon as it is merged. Note that I haven't updated the vendor directory and it seems that `go mod vendor` updates way more things that are also outdated in the master branch, so I will leave that as an exercise to whoever has commit access :). Before this Pull Request, launching the b2 storage would error with the following error message: ``` Error parsing config: Caught panic: error instantiating storage for prefix "/sto-b2/", type "b2": Post "https://api000.backblazeb2.com/b2api/v1/b2_list_buckets": b2 remote error [bad_request]: accountId invalid ``` Now, it seems to work as expected! 1. FiloSottile/b2#8
- Loading branch information
Showing
4 changed files
with
37 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters