Registry / cloud / ncw-swift

ncw-swift

JSON →
library1.0.53gogounverified

Provides an easy to use interface to Swift / Openstack Object Storage / Rackspace Cloud Files, with Container and Object methods.

go get github.com/ncw/swift
INSTALL
IMPORT
SIG · NCW-SWIFT
N
ncw-swift
cloudgov1.0.53
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.

swift
github.com/ncw/swift

Authenticates to Swift and lists container names.

package main import ( "fmt" "github.com/ncw/swift" ) func main() { c := swift.Connection{ UserName: "user", ApiKey: "key", AuthUrl: "https://auth.example.com", } err := c.Authenticate() if err != nil { panic(err) } containers, _ := c.ContainerNames(nil) fmt.Println(containers) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
Resources
ncw-swift — go get ncw-swift · libregistry