I am using MinIO for S3 service. everything works perfectly except for file edits. When I quit the program and it goes to save the file back on the server, I always get an error message (even though it works).
Doesn’t happen with Backblaze, wasabi backends, just my MinIO server. Is this a problem with my MinIO server or a bug in Cloudberry?
this appears to be a bug in the MinIO server since it works on all other sites.
Basically, Cloudberry calls both PutObjectACL and HeadObject and MinIO doesn’t implement either of them.
MinIO won’t fix either.
Cloudberry shouldn’t be making the HEAD call on upload.
Cloudberry should ignore the PutObjectACL error. Perhaps an option to do that? Or simply not make that call.