Registry / cloud / ncw-swift-v2

ncw-swift-v2

JSON →
library2.0.5gogounverified

Provides an easy-to-use interface to Swift / Openstack Object Storage / Rackspace Cloud Files.

go get github.com/ncw/swift/v2
INSTALL
IMPORT
SIG · NCW-SWIFT-V2
N
ncw-swift-v2
cloudgov2.0.5
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/v2

Authenticate to an OpenStack Swift object storage service.

package main import ( "context" "github.com/ncw/swift/v2" ) func main() { c := swift.Connection{ UserName: "user", ApiKey: "key", AuthUrl: "url", } err := c.Authenticate(context.Background()) if err != nil { panic(err) } }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
ncw-swift-v2 — go get ncw-swift-v2 · libregistry