Hello guys,
today I default file storage of our CRM to AwsS3. I followed all the instructions on https://docs.espocrm.com/administration/file-storage/
However, I am now getting an error when I am trying to create some document.
Do you know what could be causing this? Could it be that after I moved all the attachments to the S3 bucket(180k files) it is now loading so slowly that it's not fast enough?
I have no idea, credentials should be correct.
I used this:
Thanks a lot for the help!
today I default file storage of our CRM to AwsS3. I followed all the instructions on https://docs.espocrm.com/administration/file-storage/
However, I am now getting an error when I am trying to create some document.
Code:
[2023-08-06 16:03:50] ERROR: (0) Could not contact remote server.; POST /Attachment; line: 141, file: /data/0/f/0f6e82d6-07b5-42f8-803a-fad2758ce077/CRM_URL/web/vendor/async-aws/core/src/Response.php [] []
I have no idea, credentials should be correct.
I used this:
Code:
'awsS3Storage' => [
'bucketName' => 'uploadcrm',
'path' => '',
'credentials' => [
'key' => 'my_key',
'secret' => 'my_secret_key',
],
'region' => 'EU (Frankfurt) eu-central-1'
]

Comment