hughsk / s3-sync

A streaming interface for uploading multiple files to S3.
Other
79 stars 27 forks source link

Cannot be used with frankfurt aws region because of v4 signature #29

Open andreialecu opened 8 years ago

andreialecu commented 8 years ago

Knox does not support v4 signatures, which is needed for new aws regions.

See: https://github.com/Automattic/knox/issues/254

There has been an open PR for 8 months for knox to fix it: https://github.com/Automattic/knox/pull/273 but the maintainers seem to disagree with it.

As a suggestion, I would recommend using aws-sdk directly, which can handle v4 signatures, is better maintained and was made a lot easier to use recently.

andreialecu commented 8 years ago

I fixed this in #30.