See the CFS repository for more info.
$ go get -u github.com/pakesson/cfs-server-go
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.