Error: Non-file stream objects are not supported with SigV4 in AWS.S3
Closed this issue · 2 comments
pascalbayer commented
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.
pascalbayer commented
PR #3 fixes the described issue.