Setting Minio options for incus-managed buckets?

Hey all, I would like to set some options on a Minio bucket managed by incus, similar to what can be done with the mc command as described in the minio manual.

Is there a way in incus to manage bucket policies etc, or would I need to use mc to connect to the minio endpoint set up through incus?

Currently the only thing we have is basic full-admin or read-only control through roles on the keys.

We don’t want to expose anything that’s minIO specific and not widely available in other S3 implementations as we see minIO as an implementation detail and one that’s likely to be replaced in the future (they’re making it a bit annoying with their licensing).