Wercker step to upload a file to Amazon S3.
You can use application and deployment variables in wercker.
View this step in the wercker directory
Current status on wercker:
key-id
(required) The Amazon Access key that will be used for authorization.key-secret
(required) The Amazon Access secret that will be used for authorization.url
(required) The S3 URL denoting the file's destination.file
(required) The name of the file to upload to.
- s3put:
key-id: $KEY
key-secret: $SECRET
file: myproject-0.1.0.tar.gz
url: s3://mybucket/myproject-latest.tar.gz