Pull requests are always appreciated.
To get started contributing, fork and clone the repo:
git clone git@github.com:your-username/concourse-s3-sync-resource.git
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 forbucket
.
- Run
./test/out </full/path/to/dir>
. - Run
./test/in </full/path/to/dir>
. - Run
./test/check
.