Sha256: 0c30c60f5140de52dbd06f6635af2512ea3e038314ebd28d93ffd0f49a001925
Contents?: true
Size: 1 KB
Versions: 1
Compression:
Stored size: 1 KB
Contents
This is a first pass at a Ruby library for talking to Amazon's S3 service. It is less complete than my previous effort (http://townx.org/blog/elliot/s3_rails), but more solid, more elegant, and with a test suite (which uses RSpec - see http://rubyforge.org/projects/rspec - I haven't added RSpec as a gem dependency (you can ignore the tests if you like), but for reference I developed the tests using 0.5.12). To use it from inside your Ruby script: require 's33r' If you want to see an example program which uses the library, have a look at bin/s3cli.rb. This is a simple command line client which you can use to post a file to S3 and email a link to the file to someone. Useful for sending big files to people without clogging their email inbox with enormous files. It is also intended as a demonstration of how to use the library. Full instructions are included at the top of the file. By the way, I've tested this on Linux, but not on Windows or Mac. Thanks for bug reports to: Keaka (http://keakaj.com/products.htm)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
s33r-0.2 | README.txt |