F
frm
Guest
All add ons disabled.
Upload attachment.
No preview for the upload.
Post thread.
Click on attachment
Is this a XF bug or an object storage problem where Vultr isn't supported?
Config seems to work:
PHP:
Read more
Continue reading...
Upload attachment.
No preview for the upload.
Post thread.
Click on attachment
Is this a XF bug or an object storage problem where Vultr isn't supported?
Config seems to work:
PHP:
Code:
$s3 = function()
{
return new \Aws\S3\S3Client([
'credentials' => [
'key' => 'XXX',
'secret' => 'YYY'
],
'region' => 'ams1',
'version' => 'latest',
'endpoint' => 'https://ams1.vultrobjects.com'...
Read more
Continue reading...