matrus2/webpack-s3-uploader

Error: Non-file stream objects are not supported with SigV4 in AWS.S3

Closed this issue · 2 comments

Webpack-s3-uploader throws the following exception Error: Non-file stream objects are not supported with SigV4 in AWS.S3 when using S3 locations that require SigV4 e.g. "eu-central-1"

This issue seems to be related to the node-s3-client dependency, see: andrewrk/node-s3-client#69.
Maybe consider switching to a different dependency like https://github.com/shreyawhiz/node-s3-client to solve the issue.

PR #3 fixes the described issue.

Fixed with commit 52f08d1