https://github.com/philhofer/b2
Go library and proxy server for Backblaze B2
https://github.com/philhofer/b2
backblaze-api backblaze-b2 go
Last synced: 7 months ago
JSON representation
Go library and proxy server for Backblaze B2
- Host: GitHub
- URL: https://github.com/philhofer/b2
- Owner: philhofer
- Created: 2018-09-10T19:01:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-11T17:13:50.000Z (about 2 years ago)
- Last Synced: 2025-01-24T11:28:27.837Z (9 months ago)
- Topics: backblaze-api, backblaze-b2, go
- Language: Go
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backblaze B2 Library and Tools
This repository contains a Go library
for talking to B2, as well as an HTTP
server for serving static content
out of a B2 bucket.For library documentation: `go doc github.com/philhofer/b2`
For server documentation: `go doc github.com/philhofer/b2/cmd/b2proxy`