https://github.com/koding/step-s3put
Fork of https://github.com/rioki/step-s3put that uploads to s3 using --acl-private
https://github.com/koding/step-s3put
Last synced: 8 months ago
JSON representation
Fork of https://github.com/rioki/step-s3put that uploads to s3 using --acl-private
- Host: GitHub
- URL: https://github.com/koding/step-s3put
- Owner: koding
- Created: 2014-09-02T19:31:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-21T22:44:35.000Z (over 9 years ago)
- Last Synced: 2024-04-13T07:08:42.486Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 113 KB
- Stars: 1
- Watchers: 8
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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][wd]
Current status on wercker:
[](https://app.wercker.com/project/bykey/576477b5c41a585aa848dbcc6bfe58f9)
## 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
[Wercker]: http://wercker.com
[Amazon S3]: http://aws.amazon.com/s3
[wd]: https://app.wercker.com/#applications/5290b7c2f0bb53d73e00a03c/tab/details