hryyan / b2

Go client and library for B2 Cloud Storage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go client and library for B2 Cloud Storage

Build Status codecov Go Report Card

README | 中文文档

What is b2?

What can I do with b2?

  • Transmit file across machines.
  • OSS for your web server.
  • Share file with your partner and friend.
  • Intergrate b2 library in your program.

How to use b2?

  1. Download the latest programs from Release page according to your os and arch.

  2. Register a b2 account by

b2 register
  1. Set environment B2_ACCOUNT_ID and B2_APPLICATION_KEY which you got from b2. You can put these in your ~/.bashrc
export B2_ACCOUNT_ID="XXXX"
export B2_APPLICATION_KEY="XXXX"

Dependencies

b2 uses:

About

Go client and library for B2 Cloud Storage

License:MIT License


Languages

Language:Go 98.0%Language:Makefile 2.0%