Azure / azure-ruby-asm-core

Azure Ruby SDK Service Management Core HTTP
6 stars 32 forks source link

solved the problem, with base64 library. #63

Open casp opened 6 years ago

casp commented 6 years ago

base64 is invalid

method strict_decode64 gives errors, needs two arguments, I send the quick solution to this problem @access_key = Base64.strict_decode64(access_key)

changed @access_key = Base64.decode64(access_key)

ruby-2.5.1 ruby-2.4.1 ruby-2.3.1

msftclas commented 6 years ago

CLA assistant check
All CLA requirements met.