Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upload stopped working after upgrading aws-sdk #55

Open
syberkitten opened this issue Apr 4, 2019 · 2 comments
Open

upload stopped working after upgrading aws-sdk #55

syberkitten opened this issue Apr 4, 2019 · 2 comments

Comments

@syberkitten
Copy link

Was using AWS-SDK 2.239.0 for a long time,
and once 'i've upgraded to latest (2.435.0)
s3-upload-stream stopped uploading,
I'm just getting a timeout now...

Any ideas?

@nathanpeck
Copy link
Owner

This package is no longer maintained as the official AWS SDK has a method that does this now. It was just a stop gap solution years ago when there was no official way to do this:

https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#upload-property

I would recommend switching to this built in S3.upload() method in the official AWS SDK.

@miketeix
Copy link

upload using the new AWS SDK works for me locally, but fails when i run it on AWS lambda, also getting a timeout @syberkitten did you have any luck with yours?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants