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

Adds V4 support so now works on all AWS regions #36

Merged

Conversation

bradleyfowler123
Copy link
Contributor

@bradleyfowler123 bradleyfowler123 commented Aug 6, 2019

Resolves #35

Error:
InvalidRequest: The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256.

Due to the fact that all regions support V4, but US-Standard, and many -- but not all -- other regions, also support the other, older scheme, Signature Version 2 ("V2"). Currently using V2 method. See stackoverflow for more details.

@pmaoui
Copy link

pmaoui commented Sep 5, 2019

Could this be merged ?

@DanielHindi DanielHindi merged commit d83c8bf into DanielHindi:master Sep 13, 2019
@uday-awv
Copy link

Can version 1.3.1 be published on npm? https://www.npmjs.com/package/aws-s3-zipper it still shows 1.3.0.

@sariabuzahra
Copy link

@DanielHindi Could you please push 1.3.1 version to npm?

@DanielHindi
Copy link
Owner

done

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

Successfully merging this pull request may close these issues.

Authorisation mechanism not supported
5 participants