Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 737 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 737 Bytes

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.