Open cesco69 opened 9 months ago
Hi there,
I'm able to reproduce this behavior both on Chrome and on Firefox. After roughly 40gb I'm seeing (the network tab uploads up to 40gb and then this error is being raised).
This behavior is the same between v2 and v3.
Thanks, Ran~
Checkboxes for prior research
Describe the bug
I have bundled "@aws-sdk/lib-storage" and "@aws-sdk/client-s3" with webpack for use it on frontend If upload a file of 112 GB, after 25 GB chrome crash for out of memory
SDK version number
@aws-sdk/client-s3@3.499.0, @aws-sdk/lib-storage@3.499.0
Which JavaScript Runtime is this issue in?
Browser
Details of the browser/Node.js/ReactNative version
Latest chrome
Reproduction Steps
I have bundled "@aws-sdk/lib-storage" and "@aws-sdk/client-s3" with webpack for use it on frontend
package.json
browser.js
webpack.config.js
Build produce bundle.js
usage
index.html
If upload a file of 112 GB, after 25 GB chrome crash for out of memory.
Observed Behavior
Chrome crash for out of memory after 25 GB of uploaded file
Expected Behavior
no crash
Possible Solution
No response
Additional Information/Context
Side note: it works with SDK 2.0