Closed nathany closed 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.
OpenSSL::Digest
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.