Not showing XF Attachment preview (Object storage problem or XF bug?)

Status
This content is read-only, or is not open for further replies.

frm

Guest
offline
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...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom