minio / mint

Collection of tests to detect overall correctness of MinIO server.
Apache License 2.0
78 stars 50 forks source link

aws-sdk-java: Disable testing encrypting when HTTPS is not enabled #274

Closed vadmeste closed 6 years ago

vadmeste commented 6 years ago

This PR needs to disable encryption testing when the endpoint is not configured with a TLS certificate, because encryption module will naturally throw an error in that case.

vadmeste commented 6 years ago

Not WIP anymore.

@harshavardhana @nitisht, please take a look.