8000 GitHub - linkaform/backblaze_utils: Small python library to use Backblaze. It can upload files and download snapshots
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Small python library to use Backblaze. It can upload files and download snapshots

Notifications You must be signed in to change notification settings

linkaform/backblaze_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BackBlaze python library

How to use it

Just import B2 form backblaze_utils and set you parameters

from backblaze_utils import B2

b2 = B2()

b2.B2_ACCOUNT_ID = <YOUR ACCOUNT ID>
b2.B2_APPLICATION_KEY = <YOUR APPLICATION KEY>
b2.bucket_id = <YOUR BUCKET ID>
b2.b2_url_base = 'https://f001.backblazeb2.com/file/<BUCKET NAME>/'

About

Small python library to use Backblaze. It can upload files and download snapshots

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0