It seems like the way to go is a class Upload in package @aws-sdk/lib-storage
. It's a class that used to be called ManagedUpload and which supports multipart uploads. However when trying to import @aws-sdk/lib-storage
, I get the error below, so apparently the package only works on Node, not the browser.
For the browser, what is the best alternative for someone who wants to implement multipart uploads to S3?