Project

lobber

0.01
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
A commandline tool to quickly push a directory to AWS S3
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 0
>= 0
 Project Readme

Build Status Code Climate

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