Hello Team , First of all Thank you so much for creating and maintaining this project.
This is an amazing work !
I have been working on adding more features to the that implementation and have a question about amplify Storage data upload.
I noticed that you guys use 5MBs of max file size and understand its probably more or less related to S3 max chunk size upload which is also 5MB.
However if you needed to upload files that are larger that 5MBs how would you go about this. Because after removing the limitation in React i still get an error from amazon :
[50:08.104 AWSS3Provider ManagedUpload - error happened while finishing the upload. Cancelling the multipart upload Error: Request failed with status code 400]
it would be great if someone has worked on this and can help… anyway i have a meeting with amazon support this week and will post here any updates later on.