Clark Winkelmann

Results 101 comments of Clark Winkelmann

I'm not sure what happened with commit 026c09e9a6781e0455b78f197eb5a2fb0928ed37 I don't remember if it was part of a PR that was rejected, or if it got lost during a rebase. Maybe...

It seems like we are passing the options quasi-verbatim to the AWS SDK so I'm not sure what else we could do: https://github.com/FriendsOfFlarum/upload/blob/fe72df5d93753c011d099242fcc43b38a5b66dda/src/Adapters/Manager.php#L110-L122 Have you tried to change the `awsS3UsePathStyleEndpoint`...

Unfortunately I don't have any other idea... A change might be required in the extension to make this format work.

Use the "Test file MIME type" tool accessible below the MIME configuration in the admin panel to inspect the file using the same libraries that FoF Upload will use against...

Thanks for the report. Do you know whether the issue is only happening because of the resize or does it just always happen for a large number of images even...

Hi. Sorry we didn't get back to you earlier. Unfortunately none of us know much about AWS either, we're just using the Flysystem driver for S3. I'm not sure what...

#194 adds a alert with an unauthorized message. It might still not be the most user-friendly option but that's one step forward.

Can you please fill in the fields of the GitHub issue template? The extension should support all file types. Does the file has a recognized MIME type? What values did...

What happens when you try? The only format that's banned is PHP files. All other files should be whitelistable via their mime type.

That's not something that's supported out of the box. You could use a [Custom Template](https://github.com/FriendsOfFlarum/upload/wiki/Custom-Templates) that implements your feature. If you want to preserve the other features of the Image...