No description
Find a file
Aidan Feldman f3ce24d31d add in and check scripts
`out` was failing without them
2016-03-10 12:18:11 -05:00
assets add in and check scripts 2016-03-10 12:18:11 -05:00
test add in and check scripts 2016-03-10 12:18:11 -05:00
.gitignore pass the AWS credentials through the Concourse source data 2016-03-10 10:57:12 -05:00
config.example.json pass the AWS credentials through the Concourse source data 2016-03-10 10:57:12 -05:00
CONTRIBUTING.md add boilerplate 18F files 2016-03-10 00:45:03 -05:00
Dockerfile finish up the out script 2016-03-10 03:01:02 -05:00
LICENSE.md add boilerplate 18F files 2016-03-10 00:45:03 -05:00
README.md add in and check scripts 2016-03-10 12:18:11 -05:00

Simple S3 Resource for Concourse CI

Resource to upload files to S3. Unlike the the official S3 Resource, this Resource doesn't care about files being versioned.

Usage

TODO

Development

Requires Docker.

  1. Run cp config.example.json config.json.
  2. Modify config.json.
  3. Run ./test/run </full/path/to/dir/or/file>.