/step-s3put

Fork of https://github.com/rioki/step-s3put that uploads to s3 using --acl-private

Primary LanguageShell

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