Skip to content

A non-functional golang client for Backblaze's B2 storage :)

License

Notifications You must be signed in to change notification settings

pH14/go-backblaze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

go-backblaze

A golang client for Backblaze's B2 storage

WIP! I'd need a B2 account to really test things out.

Ideally it should behave something like this:

client := backblaze.NewClient(accountId, applicationKey)
bucket := client.CreateBucket("kittens", AllPublic)
file := bucket.UploadFile(someFileBlob)
allFiles := bucket.ListAllFiles()

About

A non-functional golang client for Backblaze's B2 storage :)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages