ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 27,317
- Points
- 823
Reputation:
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...