Results 63 comments of Masahiro Wada

Hi @oneandonlyoddo In the image_resize example, we have to put the original image to /incoming and get the resized image from /processed by using aws cli. Please refer the following...

@cpvandehey I’m sorry for poor documentations. Your suggestion is quite correct !! If you send me a pull request about this issue, I’ll merged it ! It’ll make me happy....

Hi @DaphneKerstens I think that "import" doesn't work correctly in node environment. Do you use babel or any transpiler ? If you use them, severless-s3-local doesn't work correctly. Because serverless-s3-local...

@JuHwon Thanks for your great information. I think that the way you mentioned is good solution for this problem. And it inspired me. Eventually, I found a solution for this...

@JuHwon @DaphneKerstens In fact, the above branch version works correctly. So I released them as v0.3.7. Please install them via npm.

Hi @devotox Thank for your comment and PR. I merged the PR. Please check it.

Hi @mheironimus-rgare Thanks for your comment. I found that there is a security issue in serverless-s3-local. But it seems that this issue is derived by s3rver. So I will update...

@Nicoxys Thanks for your report!! As long as I read what you said, I guess it was caused by using HTTPS to access S3. Please try the following code at...

Hi @HuEric Thanks for your contribution! I agree with what you said. I fixed this issue by referencing your comment. Please try the latest version (v0.6.3) via npm.

Hi @LTFENG As long as I know, s3rver which is the backend of serverless-s3-local doesn't support HTTP protocol. So please use aws cli tools.