Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

solved the problem, with base64 library. #63

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

casp
Copy link

@casp casp commented Aug 21, 2018

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
Copy link

msftclas commented Aug 21, 2018

CLA assistant check
All CLA requirements met.

katmsft added a commit to katmsft/azure-ruby-asm-core that referenced this pull request Feb 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants