Error in rebuilding using minio as object store

Hi bro, setting MINIO_DOMAIN makes the above errors go away, but new ones appear

Aws::S3::Errors::MalformedXML: The XML you provided was not well-formed or did not validate against our published schema.

I feel that I am about to succeed, because discourse can correctly access my minio, I try to delete all minio buckets, rebuild discourse, it will prompt that the specified bucket does not exist

Via this article Resolve AWS Config MalformedXML errors think this error is caused by bucket permissions? Through the tutorial Setting up file and image uploads to S3 I saw that it seems that I need to add Bucket Policy


               "s3:PutObject",
               "s3:PutObjectAcl",
               "s3:PutObjectVersionAcl",
               ....

But minio does not support Acl, prompt unsupported action ‘s3:PutObjectAcl’.

Maybe, I may need to use an older version of minio , which might make things easier :sweat_smile:

1 Like