marcel/aws-s3

Warning Digest::Digest is deprecated; use Digest

obromios opened this issue · 7 comments

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:

aws/aws-sdk-ruby#434

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

Seeing this too. So many deprecation warnings

When will RubyGems.org get updated with this fix?

+1

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.

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

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