nordnet / cordova-hot-code-push-cli

[DEPRECATED] - This is a command line utility for Cordova Hot Code Push Plugin.

Home Page:https://github.com/nordnet/cordova-hot-code-push-cli/issues/79

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot deploy to frankfurt aws region

andreialecu opened this issue · comments

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.

Thanks for the input. Will look into that.

I've made a PR for this at #21

Merged PR, closing issue. Thanks.