Skip to content
/ b2 Public

Go client and library for B2 Cloud Storage

License

Notifications You must be signed in to change notification settings

hryyan/b2

Repository files navigation

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: