No description
Find a file
Aidan Feldman f1a98f3e9a pass the AWS credentials through the Concourse source data
Concourse pipelines dont have a way of setting environment variables,
and this is consistent with how https://github.com/concourse/s3-resource
works.
2016-03-10 10:57:12 -05:00
assets pass the AWS credentials through the Concourse source data 2016-03-10 10:57:12 -05:00
script pass the AWS credentials through the Concourse source data 2016-03-10 10:57:12 -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 pass the AWS credentials through the Concourse source data 2016-03-10 10:57:12 -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 ./script/run </full/path/to/dir/or/file>.