-
Notifications
You must be signed in to change notification settings - Fork 83
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
Example b2.toml issues #1068
Comments
The opendal docu https://opendal.apache.org/docs/rust/opendal/services/struct.B2.html is a bit irritating here. I think it should be
All are just strings, no filenames. Please report once you have a working config, we'll change the b2.toml then. |
Actually I tested b2 myself successfully (using |
The required fields are:
So, basically: I'd recommend that you put the above URL and comment in the config file to help people with options for security. Also password-file vs password :) |
I created a PR: |
closes #1068 - s/key_id/application_key_id/ - Remove generic opendal comment - Add comment for password file --------- Co-authored-by: Alexander Weiss <[email protected]>
https://github.com/rustic-rs/rustic/blob/main/config/services/b2.toml
What's the difference between
application_key
andapplication_key_id
?Both are required:
However,
application_key_id
is not provided in the example.".my_key"
is given as an example value for theapplication_key
field. Is the intent that the value of this key is a filename?If so, what is the directory name that
.my_key
is relative to?The text was updated successfully, but these errors were encountered: