Project

outatime

0.01
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Choose file versions from a versioned S3 bucket based on a given time.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.13
>= 0
~> 10.0
~> 3.0

Runtime

~> 0.10.2
~> 0.2.2
~> 2.1.2
 Project Readme

Outatime

For users of versioned AWS S3 buckets. This command-line tool will allow you to download a snapshot of the files in that bucket from a given point in time.

Installation

Add this line to your application's Gemfile:

gem 'outatime'

And then execute:

$ bundle

Or install it yourself as:

$ gem install outatime

Usage

outatime -r {region} -b {bucket name} -f {date} -p {s3 subdirectory} --d {local path} --o {aws profile name}

Example:

outatime -r us-east-1 -b my-bucket -f '21 Oct 2015' -p schematics/hoverboard -d ~/docs -o aws-profile

Development

After checking out the repo, run bundle to install dependencies. Then, run rake spec to run the tests.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/pressednet/outatime.

LICENSE

MIT License, see LICENSE for details.