Registry / cloud / graymeta-stow

graymeta-stow

JSON →
library0.2.8gogounverified

An abstraction layer for cloud storage services, providing a unified API.

go get github.com/graymeta/stow
INSTALL
IMPORT
SIG · GRAYMETA-STOW
G
graymeta-stow
cloudgov0.2.8
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.

stow
github.com/graymeta/stow

Connect to an S3-compatible cloud storage service.

package main import ( "fmt" "github.com/graymeta/stow" _ "github.com/graymeta/stow/s3" ) func main() { loc, err := stow.Dial("s3", stow.ConfigMap{ "access_key_id": "...", "secret_access_key": "...", "region": "us-east-1", }) if err != nil { panic(err) } fmt.Println(loc) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
18
Resources
graymeta-stow — go get graymeta-stow · libregistry