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
I am wondering if you can help me get similar output to the output form the s3-uploader module - is there a way to configure s3-upload-stream to create URLs in that form?
Any help appreciated, thanks!
The text was updated successfully, but these errors were encountered:
hey there!
streams ftw, I am converting some old code to streams, so I am going from
require('s3-uploader')
torequire('s3-upload-stream')
!Our old code looks like this:
the response from S3 looks like this for the above code:
when I use your module, with the following config:
I get this output:
I am wondering if you can help me get similar output to the output form the s3-uploader module - is there a way to configure s3-upload-stream to create URLs in that form?
Any help appreciated, thanks!
The text was updated successfully, but these errors were encountered: