File Upload Size Limit

Hi @michelle ,

Technically, there is not. The limitation will be how much data the user’s browser can handle, this is usually 1GB. On the other hand, attachments are limited to 200MB

Please check out this guide. It’s using Boto3 to upload directly into S3. This might help you. The code is available in GitHub if you want to do a quick C&P.

Hope this helps