https://github.com/mdb/lobber
A CL tool to quickly publish a directory to Amazon S3.
https://github.com/mdb/lobber
Last synced: about 1 year ago
JSON representation
A CL tool to quickly publish a directory to Amazon S3.
- Host: GitHub
- URL: https://github.com/mdb/lobber
- Owner: mdb
- License: mit
- Created: 2013-08-21T02:05:19.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-01-21T21:34:01.000Z (over 11 years ago)
- Last Synced: 2025-03-25T17:49:33.622Z (about 1 year ago)
- Language: Ruby
- Size: 427 KB
- Stars: 5
- Watchers: 4
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://travis-ci.org/mdb/lobber)
[](https://codeclimate.com/github/mdb/lobber)
# Lobber
Quickly toss a directory to Amazon S3 from the command line.
## Installation
gem install lobber
## Usage
$ lob some_directory
some_directory/index.html -> index.html
some_directory/stylesheets/application.css -> stylesheets/application.css
Pass in a bucket name to substitute your $FOG_DIRECTORY env variable:
$ lob some_directory --bucket some_aws_bucket
Set `--dry-run` to just see what files would be uploaded:
$ log some_directory --dry-run
Set `--no-verbose` to suppress printing filenames while uploading:
$ log some_directory --no-verbose
## Required Environment Variables
* AWS_ACCESS_KEY=your_aws_access_key
* AWS_SECRET_KEY=your_aws_secret_key
* FOG_DIRECTORY=some_aws_bucket