Skip to content

InboundAzimuth/acd

 
 

Repository files navigation

Amazon Cloud Drive client for Go

Build Status GoDoc

Amazon Cloud Drive uses oAuth 2.0 for authentication. The token server takes care of the oAuth authentication. For your convenience, an instance of the server is deployed at:

https://go-acd.appspot.com

Install

This project is go-gettable:

go get gopkg.in/acd.v0/...

Usage

In order to use this library, you must authenticate through the token server.

CLI

Run acd help for usage.

Library

Consult the Godoc for information on how to use the library.

Contributions

This repository does not accept pull requests. All contributions must go through Phabricator. Please refer to Arcanist Quick Start to install arc and learn basic commands.

Credits

Although this project was built from scratch, it was inspired by the following:

License License

The MIT License (MIT) - see LICENSE for more details

Packages

No packages published

Languages

  • Go 100.0%