qoobaa / s3

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

NameError (uninitialized constant S3::Service::MethodProxy) #23

Closed yetanothernguyen closed 14 years ago

yetanothernguyen commented 14 years ago

Hi, I got this error when using paperclip and s3 on heroku: NameError (uninitialized constant S3::Service::MethodProxy): gems/s3-0.3.2/lib/s3/service.rb:39:in `buckets'

qoobaa commented 14 years ago

I've updated proxies gem - a dependency of s3. The proxies version should be specified in s3.gemspec to avoid upgrading, you can easily fix this issue by installing previous version of proxies gem.

yetanothernguyen commented 14 years ago

Okay. I've upgraded s3 gem to 0.3.4 and that fixed the problem. Thanks.