node-s3-uploader icon indicating copy to clipboard operation
node-s3-uploader copied to clipboard

Flexible and efficient resize, rename, and upload images to Amazon S3 disk storage. Uses the official AWS Node SDK for transfer, and ImageMagick for image processing. Support for multiple image versio...

Results 30 node-s3-uploader issues
Sort by recently updated
recently updated
newest added

### Subject of the issue Describe your issue here. ### Your environment * Operating system * [ ] Mac * [ ] Windows * [ ] Linux * Node.js version...

hello i am having this issue ``` { [Error: Command failed: C:\WINDOWS\system32\cmd.exe /s /c "identify -format "name= size=%[size] format=%m colorspace=%[colorspace] height=%[height] width=%[width] orientation=%[orientation] " /images/erez.jpg" 'identify' is not recognized as...

support
windows

### Subject of the issue There is a problem with ImageMagick 7.x (in my case 7.0.8-23). When I call the function .upload() it return an error that with ImageMagick 6.x...

I have added support for Proxy. Please, review, and let me know if I need to make some change around. This issue should close #139, that I've started.

### TimeoutError: Connection timed out after 10000ms The image is uploaded on s3 with all their sub variations but after uploading i am getting error for Connection timeout ### Your...

support

Our apps, are behind a proxy network, we're using this library for one of our projects. It would be really nice, if you add support for proxy. https://aws.amazon.com/es/blogs/developer/using-the-aws-sdk-for-javascript-from-behind-a-proxy/ ```javascript var...

### Subject of the issue Appear a error. InvalidRequest: The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256. What is that? ### Your environment * Operating system...

support

### Subject of the issue I run the example provided in the documentation, urls of resized images is returned but original image url is never returned. Along with resize images...

### Subject of the issue Unable to run the code given in the documentation. ### Your environment * Operating system * [x] Linux * Node.js version (`node --version`) * [x]...

The example in the `README` uses `31536000` (365 days in seconds) for both the `awsImageExpires` and the `awsImageMaxAge` options. I concluded that passing the same value for both options would...