Registry / cloud / flyteorg-stow

flyteorg-stow

JSON →
library0.3.13gogounverified

Stow provides an abstraction layer for cloud storage services, allowing unified access to multiple providers.

go get github.com/flyteorg/stow
INSTALL
IMPORT
SIG · FLYTEORG-STOW
F
flyteorg-stow
cloudgov0.3.13
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/flyteorg/stow

Connect to an S3-compatible storage

package main import ( "fmt" "github.com/flyteorg/stow" ) func main() { loc, _ := stow.Dial("s3", stow.ConfigMap{"access_key_id": "...", "secret_access_key": "..."}) fmt.Println(loc) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
28
Resources
flyteorg-stow — go get flyteorg-stow · libregistry