Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rnaveiras/lolcommits-uploader
lolcommits-uploader to S3
https://github.com/rnaveiras/lolcommits-uploader
Last synced: 16 days ago
JSON representation
lolcommits-uploader to S3
- Host: GitHub
- URL: https://github.com/rnaveiras/lolcommits-uploader
- Owner: rnaveiras
- License: mit
- Created: 2012-06-20T13:21:24.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-20T21:49:10.000Z (over 12 years ago)
- Last Synced: 2024-09-17T23:20:11.671Z (about 2 months ago)
- Language: Ruby
- Homepage: http://rnaveiras.github.com/lolcommits-uploader
- Size: 132 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lolcommits-uploader
Upload your photos to S3
## Installation
Add this line to your application's Gemfile:
gem 'lolcommits-uploader'
And then execute:
$ bundle
Or install it yourself as:
$ gem install lolcommits-uploader
## Configuration
Put in your $HOME/.s3-uploader.yaml with the following:
```yaml
aws_access_key_id: WADUSKEY
aws_secret_access_key: WADUSACCESS
aws_bucket_name: WADUSBUCKET
thumb_enable: true
thumb_pixels: 32
```## Usage
```
Tasks:
lolcommits-uploader disable # disable uploader in post-commit
lolcommits-uploader enable # enable uploder in post-commit
lolcommits-uploader upload # upload the last commit photo
lolcommits-uploader upload_all # upload all commits photos
```## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request## Copyright
Copyright (c) 2012 Raúl Naveiras. See LICENSE for further details.