No description
f1a98f3e9a
Concourse pipelines dont have a way of setting environment variables, and this is consistent with how https://github.com/concourse/s3-resource works. |
||
---|---|---|
assets | ||
script | ||
.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
./script/run </full/path/to/dir/or/file>
.