Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authentication using SharedKeyCredential throws an error when correct username and wrong secret key is given but getting stuck when wrong account name is given #4167

Closed
PreethamTK opened this issue Feb 27, 2019 · 1 comment

Comments

@PreethamTK
Copy link

**credential, err := azblob.NewSharedKeyCredential(accountName, accountKey)**

Error is thrown when wrong account key is given but when the account Name is wrong there is no error thrown but the program eventually times out.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants