/cfs-server-go

Go version of the CFS server

Primary LanguageGoMIT LicenseMIT

Build Status

CFS Go Server

See the CFS repository for more info.

Dependencies

Building

 $ go get -u github.com/pakesson/cfs-server-go

Running

The environment variables AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY will be automatically recognized and used. Alternatively, credentials can be stored in ~/.aws/credentials. See the AWS SDK docs for more info.

Additionally, AWS_REGION and S3_BUCKET must be set.