Hello,
I have configured FileStorage as AWS S3, using a third-party provider.
I increased the limits in espocrm.ini and data/config.php to allow files up to 30GB.
I noticed that when the Upload Chunk Size (Mb) is set to 5, all files smaller than 5MB are stored in "AWS" and all files larger than 5MB are stored in "EspoUploadDir."
When I change the Upload Chunk Size (Mb) to 10, all files smaller than 10MB go to "AWS," and all files larger than 10MB go to "EspoUploadDir."
Is the issue coming from my AWS S3 provider (Vultr), from EspoCRM’s AWS functionality, or somewhere else?
I have configured FileStorage as AWS S3, using a third-party provider.
I increased the limits in espocrm.ini and data/config.php to allow files up to 30GB.
I noticed that when the Upload Chunk Size (Mb) is set to 5, all files smaller than 5MB are stored in "AWS" and all files larger than 5MB are stored in "EspoUploadDir."
When I change the Upload Chunk Size (Mb) to 10, all files smaller than 10MB go to "AWS," and all files larger than 10MB go to "EspoUploadDir."
Is the issue coming from my AWS S3 provider (Vultr), from EspoCRM’s AWS functionality, or somewhere else?
- Log:
- Espo log in data/logs directory : Empty
- web server error log : ?? Not able to check
- browser console (F12 key) : Empty
- EspoCRM version : 9.0.1
- PHP 8.2.24
- Database MariaDB 10.5.27
Comment