• We have redone the forum. If you notice any issues or errors please open a Support Ticket under the Members dropdown and let us know.
F

XenForo with Vultr Object Storage

  • Thread starter Thread starter frm
  • Start date Start date
F

frm

Guest

All add ons disabled.

Upload attachment.
1727785367862.webp

No preview for the upload.

Post thread.

1727785481041.webp

Click on attachment

1727785505851.webp

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...
 
Similar threads Most view View more
Back
Top