Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1010 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 1010 Bytes

s3put

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:

wercker status

Options

  • 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.

Example

- s3put:
    key-id:     $KEY
    key-secret: $SECRET
    file:       myproject-0.1.0.tar.gz
    url:        s3://mybucket/myproject-latest.tar.gz