Project

rack2aws

0.0
No commit activity in last 3 years
No release in over 3 years
Teleport your files from Rackspace Cloud Files 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

~> 1.11
~> 10.0
~> 3.4

Runtime

>= 2.1.1, ~> 2.1
>= 4.4.0, ~> 4.4
>= 1.37.0, ~> 1.37
<= 2.99.1
 Project Readme

rack2aws

Teleport your files from Rackspace Cloud Files™ to AWS S3

 Build Status Coverage Status Gem Version


rack2aws is a Command Line tool that helps you port all your files from Rackspace Cloud Files™ to AWS S3.

Installation

To install it, just run:

gem install rack2aws

It will install rack2aws executable in your .gem/ruby/x.x.x/bin folder.

NOTE

Make sure you have $HOME/.rack/config and $HOME/.aws/credentials files in your $HOME directory.

Usage

To port all your files:

rack2aws port --container="CONTAINER_NAME" --bucket="BUCKET_NAME"

Supported Options

Use --nproc NUM_PROC to specify the number of processes to fork while porting your files. It defaults to the number of CPU cores.

Use --public to upload files publicly.

Use --verbose to see what's being done.

Use --help to display help documentation.

Contributing

Bug reports, Pull requests and Stars are always welcome. For bugs and feature requests, please create an issue.

License

The gem is available as open source under the terms of the MIT License.