All Projects → jjuliano → ruby-s3cmd

jjuliano / ruby-s3cmd

Licence: MIT License
A gem providing a ruby interface to s3cmd Amazon S3 client.

Programming Languages

ruby
36898 projects - #4 most used programming language
README for ruby-s3cmd
=====================

Ruby-s3cmd is a gem providing a ruby interface to s3cmd Amazon S3 client.

To install, type 'gem install ruby-s3cmd'

Usage:

  require 'rubygems'
  require 'ruby-s3cmd'

  s3cmd = RubyS3Cmd::S3Cmd.new
  s3cmd.exclude = "*.jpg"
  s3cmd.rinclude = "[0-9].*.jpg"
  s3cmd.show_config
 => "s3cmd --exclude *.jpg --rinclude [0-9].*.jpg "
  s3cmd.sync("/local/path", "s3://test-bucket/backup/")

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].