qoobaa / s3

Library for accessing S3 objects and buckets, supports EU and US buckets
MIT License
258 stars 112 forks source link

The s3 lacks support for Reduced Redundancy Storage #16

Closed fjoachim closed 14 years ago

fjoachim commented 14 years ago

My patches add support for Reduced Redundancy Storage, fix "rake test" and remove a duplicate test.

fjoachim commented 14 years ago

Also, lib/s3/connection.rb used #blank? which is provided by ActiveSupport. I replaced it with @proxy.nil? || @proxy.empty?.

qoobaa commented 14 years ago

Cool, thanks for contribution :-).

fjoachim commented 14 years ago

You're welcome. I tested everything except the new Paperclip option. But it should work.