Skip to content

koding/step-s3put

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages