Registry / cloud / ncw-go-acd

ncw-go-acd

JSON →
library0.0.0-20201019170801-fe55f33415b1gogounverified

A Go client library for the Amazon Cloud Drive (ACD) API.

go get github.com/ncw/go-acd
INSTALL
IMPORT
SIG · NCW-GO-ACD
N
ncw-go-acd
cloudgov0.0.0-20201019170801-fe55f33415b1
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.

acd
✓ github.com/ncw/go-acd

Initialize an Amazon Cloud Drive client

package main import ( "fmt" "github.com/ncw/go-acd/acd" ) func main() { client, err := acd.NewClient(nil) if err != nil { panic(err) } fmt.Println(client) }
Debug
Known issues
breakingAmazon Cloud Drive service has been discontinued; this library is no longer functional.
fix
Migrate to an alternative cloud storage provider and use their respective Go SDK.
affects: *
Upgrade
Version history
0.0.0-20201019170801-fe55f33415b1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
Resources
ncw-go-acd — go get ncw-go-acd · libregistry