sliproad/assets/config_examples/backblaze.yml
Gabriel Simmer a765d52e4b
Update README, add configuration examples.
Expanded the README with more up-to-date data and elaboration on
providers, which may have been a bit unclear before. Also added a few
configuration examples for each provider, with comments.
2020-03-31 00:03:50 +01:00

9 lines
470 B
YAML

# The Backblaze provider requires an application key, application key ID, and bucket ID to use.
# You can find steps for generating there here: https://www.backblaze.com/b2/docs/application_keys.html
# Keys should have at least the listBuckets, readFiles, writeFiles and shareFiles permissions for a bucket.
backblaze:
provider: backblaze
config: # Provider-specific files.
applicationKeyId: aaaaaaaaaaaa
applicationKey: aaaaaaaaaaaa
bucket: aaaaaaaaaaaa