I am developing an image sharing application in which I have to deal with a huge number of S3 image uploads.Currently, I am using S3 pre-signed URLs to upload images from mobile applications.The problem is that this method doesn't support multipart upload.I am developing an image sharing application in