Skip to content
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.

Cannot deploy to frankfurt aws region #19

Closed
andreialecu opened this issue Nov 19, 2015 · 3 comments
Closed

Cannot deploy to frankfurt aws region #19

andreialecu opened this issue Nov 19, 2015 · 3 comments
Milestone

Comments

@andreialecu
Copy link
Contributor

The frankfurt aws region uses v4 signatures, which the node-s3-client package used to upload files doesn't support: andrewrk/node-s3-client#69

The other main aws lib, knox, doesn't support v4 signatures either: Automattic/knox#254

It would be best if this project would use aws-sdk directly, which doesn't have this problem.

@nikDemyankov
Copy link
Member

Thanks for the input. Will look into that.

@andreialecu
Copy link
Contributor Author

I've made a PR for this at #21

@nikDemyankov nikDemyankov added this to the v1.0.3 milestone Dec 2, 2015
@nikDemyankov
Copy link
Member

Merged PR, closing issue. Thanks.

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

No branches or pull requests

2 participants