marcel / aws-s3

AWS-S3 is a Ruby implementation of Amazon's S3 REST API
http://amazon.rubyforge.org
MIT License
774 stars 461 forks source link

Warning Digest::Digest is deprecated; use Digest #91

Open obromios opened 10 years ago

obromios commented 10 years ago

This warning appears to be produced by the aws-s3 gem when I run using ruby 2.1.0p0 (2013-12-25 revision 44422). This appears to be related to this isssue:

https://github.com/aws/aws-sdk-ruby/pull/434

By the way, thank you for this gem, it is very useful.

DavidRagone commented 10 years ago

Seeing this too. So many deprecation warnings

pelargir commented 10 years ago

+1

joeworkman commented 10 years ago

When will RubyGems.org get updated with this fix?

jrm2194 commented 10 years ago

+1

thom-nic commented 9 years ago

This project looks dead (no commit activity in a very long time.) And this issue is completely blocking S3 connectivity. Anyone know of a drop-in alternative or maintained fork?

Edit: I just moved to the official aws-sdk (v1) - the API is similar enough that it was easy to convert.

mitkouwcad commented 9 years ago

For me this warning has not stopped the gem from working but it is annoying. It's a one-line fix and I patched in on my gem. I can branch and commit that if nobody minds

mitkouwcad commented 9 years ago

Correction, it seems like pelargir has already done that so I guess if you were to get the latest, it's fixed