Closed fjoachim closed 14 years ago
Also, lib/s3/connection.rb
used #blank?
which is provided by ActiveSupport. I replaced it with @proxy.nil? || @proxy.empty?
.
Cool, thanks for contribution :-).
You're welcome. I tested everything except the new Paperclip option. But it should work.
My patches add support for Reduced Redundancy Storage, fix "rake test" and remove a duplicate test.