When uploading a file via a signed POST request, it ends up with multipart/form-data as content type, instead of the content type defined in the file form field.
I accidentally uploaded a bucket to my storage bucket during testing this morning. I forgot to change the backend to RUSTFS, so the test feedback was incorrect. I'm still having issues with S3 uploads ...