Registry / cloud / kurin-blazer

kurin-blazer

JSON →
library0.5.3gogounverified

Package blazer provides a Go client for Google Cloud Storage with advanced features.

go get github.com/kurin/blazer
INSTALL
IMPORT
SIG · KURIN-BLAZER
K
kurin-blazer
cloudgov0.5.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

blazer
github.com/kurin/blazer

Create a Backblaze B2 client for cloud storage operations.

package main import ( "context" "fmt" "github.com/kurin/blazer/b2" ) func main() { ctx := context.Background() client, err := b2.NewClient(ctx, "accountID", "applicationKey") if err != nil { fmt.Println(err) return } fmt.Println(client) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
kurin-blazer — go get kurin-blazer · libregistry