Skip to content

schultetwin1/b2creds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

b2creds

CI Docs Crates.io

b2creds is a simple library built to access the credentials for BackBlaze APIs. It mimics the access patterns of the b2 CLI tool and thus should work on any machine where a user has logged in with the b2 CLI.

By default, b2creds will search in the following locations:

  1. In the B2_APPLICATION_KEY and B2_APPLICATION_KEY_ID environmentals variables

  2. In the sqlite database pointed to by the environmental variable B2_ACCOUNT_INFO

  3. In the default sqlite database ~/.b2_account_info

let creds = b2creds::Credentials::locate().unwrap();
println!("Key ID: {} Key: {}", creds.application_key_id, creds.application_key);

About

A crate to extract credentials for Backblaze APIs, just like the B2 CLI extracts credentials

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages