Propose refactor of JSON string to configure bucket policy into a PolicyConfig struct. See https://github.com/minio/minio-rs/blob/112c0aed1a01720e4c8bde726900a710d805303a/src/s3/builders/set_bucket_policy.rs#L35 Once such a struct is in place, tests can be updated to use struct equality tests. See https://github.com/minio/minio-rs/blob/48da7630a9d3f365b471777204b4cca026d2fa40/tests/test_bucket_policy.rs#L49