File Storage S3 : non-AWS S3 (Vult provider)
Collapse
X
-
It's not trivial to describe. It requires work to figure out how to do it. Maybe consider using config-internal for now and implement the itegration page later on. -
Hi,
Instead of writing these informations into config-intenal.php, I would like to store them somewhere else.
Is it possible?
Code:'awsS3Storage' => [ 'bucketName' => 'erp-espocrm', 'path' => 'test', 'credentials' => [ 'key' => 'xxxxxxxxxx', 'secret' => 'xxxxxxxx', ], 'region' => 'ams1', 'endpoint' => 'ams1.vultrobjects.com', ],
I would like to store these informations into the UI like Administration > Integrations
If so, I would like to create a new element on the left panel (under Outlook) , and a form (like on the right). Could you tell me how to do this please?
Leave a comment:
-
thanks !
I was able to make it works, so I can confirm it works !
My issue was a server DNS issue. thanks for help !Leave a comment:
-
I don't know about which endpoint should be used. Maybe you need to prepend https://Leave a comment:
-
Hi yuri,
This is the log :
Code:[2025-01-04 14:17:18] CRITICAL: (0) Could not contact remote server. Could not resolve host: ams1.vultrobjects.com for "https://ams1.vultrobjects.com/erp-espocrm/test/677942e7ab9894d2e". :: POST /Attachment :: /var/www/html/vendor/async-aws/core/src/Response.php(161)
Leave a comment:
-
I've never tried to connect other than AWS services. But I know people successfully did. Though I can't be sure it work with any.Leave a comment:
-
What is in log file? Usually all errors are logged.
Leave a comment:
-
File Storage S3 : non-AWS S3 (Vult provider)
Hi,
I'm having issues with setting up an external file storage.
I follow this post :
When I try to upload a file, I get error 500.
So I wonder if I really can add S3 non-AWS by this way or is it only available for Amazon services?
In the case it should works with Vult, this is what I tried:
config-internal.php :
Code:'awsS3Storage' => [ 'bucketName' => 'erp-espocrm', 'path' => 'test', 'credentials' => [ 'key' => 'xxxxxxxxxx', 'secret' => 'xxxxxxxx', ], 'region' => 'ams1', 'endpoint' => 'ams1.vultrobjects.com', ],
Code:'defaultFileStorage' => 'AwsS3', 'thumbImageCacheDisabled' => true,
And there this is the Key/Secret information :
Tags: None
Leave a comment: