-
Notifications
You must be signed in to change notification settings - Fork 1
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
update AWS-SDK client audit fix #196
Conversation
If these changes look good, signoff on them with:
If they aren't any good, please remove them with:
|
32229ed
to
4b58651
Compare
if (eventEmitter === null) { | ||
this.bytesUploadedSoFar += partSize; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this in an if?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/aws/aws-sdk-js-v3/blob/c9a7ff604f30ec31537bd45356838694982db732/lib/lib-storage/src/Upload.ts#L285
Just took it from here. To make it work with latest S3-client lib
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:-/ okay. I'd like it if we also had the test coverage but this is fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ill work on that this week on ED
Co-authored-by: Dave Mihalcik <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
No description provided.