cleanup.go
Go library for Backblaze's B2
Install
- All systems
-
curl cmd.cat/cleanup.go.sh
- Debian
-
apt-get install golang-github-kurin-blazer-dev
- Ubuntu
-
apt-get install golang-github-kurin-blazer-dev
- Kali Linux
-
apt-get install golang-github-kurin-blazer-dev
- Fedora
-
dnf install golang-github-kurin-blazer-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install golang-github-kurin-blazer-dev
- Dockerfile
- dockerfile.run/cleanup.go
golang-github-kurin-blazer-dev
Go library for Backblaze's B2
Blazer is a Golang client library for Backblaze's B2 object storage service. It is designed for simple integration with existing applications that may already be using S3 and Google Cloud Storage, by exporting only a few standard Go types. It implements and satisfies the B2 integration checklist (https://www.backblaze.com/b2/docs/integration_checklist.html), automatically handling error recovery, reauthentication, and other low-level aspects, making it suitable to upload very large files, or over multi-day time scales.