JC Jimenez

Results 9 comments of JC Jimenez

@alionthego @anuragsingla123 @dhaval-dobariya @sagarjoshi @staticVoidMan I'm picking up this investigation but haven't been able to reproduce this on my end (including using Apple's Network Link Conditioner). Would you please contact...

Just writing to update you all on progress: I do see very slow upload times (about 2 minutes for a 1.1MB file) being in Texas and uploading to AWS regions...

I've found an imperfect work-around using `AWSS3StoragePlugin`'s escape hatch to direct S3 interactions but I believe will find a root cause in a day or two. Stay tuned...

Thank you for your patience, I've submitted the pull request above (for amplify-swift version 2) which the team will discuss.

Hi, we have work in progress to make this better but it has taken longer than I anticipated. However, here is a workaround you can use to speed things up:...

@zachrattner I hope this workaround did the trick! For reference, it is subject to the limits posted here: https://docs.aws.amazon.com/AmazonS3/latest/userguide/upload-objects.html

Hi, @nick3389, the AWSS3StoragePlugin in Amplify **version 2** uses a background URLSession so that downloads can continue even when the application is in the background: https://github.com/aws-amplify/amplify-swift/blob/main/AmplifyPlugins/Storage/Sources/AWSS3StoragePlugin/Service/Storage/AWSS3StorageService.swift#L73 Would you please let...

Hi, @nick3389, Yes, this works for uploads also. However, there's one caveat: if the size of the file being uploading [is larger than 5MB](https://github.com/aws-amplify/amplify-swift/blob/main/AmplifyPlugins/Storage/Sources/AWSS3StoragePlugin/Operation/AWSS3StorageUploadFileOperation.swift#L119), then the upload will be split...