Registry / cloud / v5
library5.0.0gogounverified

Provides a unified storage layer for Go, supporting multiple backends like S3, GCS, and local filesystem.

go get go.beyondstorage.io/v5
INSTALL
IMPORT
SIG · V5
V
v5
cloudgov5.0.0
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.

storage
go.beyondstorage.io/v5

Writes a file to the local filesystem using the unified storage interface.

package main import ( "context" "go.beyondstorage.io/v5/services" "go.beyondstorage.io/v5/types" ) func main() { store, err := services.NewStoragerFromString("fs:///tmp") if err != nil { panic(err) } _, err = store.Write(context.TODO(), "hello.txt", []byte("world"), types.WithSize(5)) if err != nil { panic(err) } }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
26
Resources
v5 — go get v5 · libregistry