Project

s3cmd

0.01
No commit activity in last 3 years
No release in over 3 years
Provides a s3cmd executable that allows you to create and list buckets as well as list the keys of a bucket and get and upload files to S3.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 10.0.4

Runtime

~> 2.8.0
~> 1.22
~> 1.0.3
~> 0.18.1
 Project Readme

Gem Version Dependency Status Code Climate

s3cmd

s3cmd is simple cli tool for interacting with S3.

Description

Provides a s3cmd executable that allows you to create and list buckets as well as list the keys of a bucket and get and upload files to S3.

Installation

Install with:

$ gem install s3cmd

Usage

s3cmd create-bucket $(USER)-foo
s3cmd put $(USER)-foo file.rb file.rb

Contributing

Fork, branch & pull request.