This repository has been archived by the owner on Dec 5, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
A gem providing a ruby interface to s3cmd Amazon S3 client.
License
jjuliano/ruby-s3cmd
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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/")
About
A gem providing a ruby interface to s3cmd Amazon S3 client.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published