No description
f3ce24d31d
`out` was failing without them |
||
---|---|---|
assets | ||
test | ||
.gitignore | ||
config.example.json | ||
CONTRIBUTING.md | ||
Dockerfile | ||
LICENSE.md | ||
README.md |
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.
- Run
cp config.example.json config.json
. - Modify
config.json
.- See the instructions for getting your AWS credentials.
- Exclude the
s3://
prefix/protocol for thebucket
.
- Run
./test/run </full/path/to/dir/or/file>
.