You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this may actually be an issue with right_aws which has the bug fixed in master, but unfortunately the most recent gem is right_aws-3.1.0 was released in June 13, 2013, whereas the fix wasn't applied until December 30, 2013. So I guess pull the repo, build a gem and install your own gem to fix the issue.
FYI: rightscale also recommends using right_aws_api instead.
Seriously, I just manually edited right_aws-3.1.0/lib/awsbase/right_awsbase.rb and changed OpenSSL::Digest::Digest to OpenSSL::Digest and the annoying deprecation warning is gone!
sed -i -e s/OpenSSL::Digest::Digest/OpenSSL::Digest/g right_aws-3.1.0/lib/awsbase/right_awsbase.rb
I get the warning multiple times in each execution. Could upgrade to new versions of digest please?
The text was updated successfully, but these errors were encountered: