You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @PierrickP and thank you for your suggestion! This is something we too would like to have support for, however the tricky part is to pass steams to ImageMagick for processing before they are uploaded 😕
I would like to pass a buffer or url to
upload()
aws.putObject
accept buffer / string / stream http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#putObject-propertyMaybe you can change https://github.com/Turistforeningen/node-s3-uploader/blob/master/index.js#L95 to accepte original things passed to
src
like buffer or stream (with backward compatibility if its a path)Thanks
The text was updated successfully, but these errors were encountered: