You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A limitation of AWS with the direct s3 upload approach we are using is it cannot support more than 5GB. So, files >5GB would need to be segmented and uploaded in pieces, then reassembled.
The text was updated successfully, but these errors were encountered:
I've managed to generate presigned URLs for multiple file parts in Dataverse, use those URLs to upload parts of a file and signal completion of the multipart upload, and then add the file to the dataset. Only generating the URLs and telling S3 that the multipart upload is complete are in the API - the other steps are by Curl for now - things that the javascript will need to do for the UI upload or that the DVUploader will do. However, I think that proves the concept, so nominally its just a smop at this point.
A limitation of AWS with the direct s3 upload approach we are using is it cannot support more than 5GB. So, files >5GB would need to be segmented and uploaded in pieces, then reassembled.
The text was updated successfully, but these errors were encountered: