Currently, the set_bucket_encryption test is switched off because the MinIO test setup doesn’t configure encryption. See:
|
// TODO this gives a runtime error |
The server responds with a ServerSideEncryptionConfigurationNotFoundError panic.
thread 'set_get_delete_bucket_encryption' panicked at tests\tests.rs:1274:14:
called `Result::unwrap()` on an `Err` value: S3Error(ErrorResponse { code: "ServerSideEncryptionConfigurationNotFoundError", message: "The server side encryption configuration was not found", resource: "/dhu52pfc", request_id: "182AD2F77A2E7AAC", host_id: "dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8", bucket_name: "dhu52pfc", object_name: "" })