arvindr21 / blueimp-file-upload-expressjs

A simple express module for integrating jQuery File Upload.
http://expressjs-fileupload.cloudno.de/
104 stars 69 forks source link

Thumbnail creation for AWS #36

Open ialon opened 9 years ago

ialon commented 9 years ago

Hi, I don't know if this is the right place to make a request. I tried to get the thumbnail creation to work for AWS but I couldn't. Do you have any plans to include this in the future? I also created a setter for the filename instead of the b() because at times I wanted it to overwrite the current image stored in S3

arvindr21 commented 9 years ago

Hello, So you are expecting the module to create thumbnail and then upload to S3, the same way that happens with the local server?

Also, do you want thumbs and the original to be uploaded in the same bucket or different bucket?

Can you share the expected feature.

Thanks.

mkc188 commented 9 years ago

I am also expecting the module to create thumbnail and then upload to S3 which is the same way that happens with the local server. I have "copyImgAsThumb" set to "true" and using aws as storage type. I can't see the "thumb" folder in S3. Thumbs uploaded in the same bucket is good enough.