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

There is a bug in this version
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...