waynehoover / s3_direct_upload

Direct Upload to Amazon S3 With CORS
MIT License
652 stars 333 forks source link

Digest::Digest is deprecated; use Digest #148

Closed nathany closed 10 years ago

nathany commented 10 years ago

Under Ruby 2.1 I tracked down this warning to using the s3_direct_upload form_helper.

Apparently using OpenSSL::Digest instead will resolve the warning that appears in peoples logs and is supported back to Ruby 1.8.7.