minio / mint

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

Fix aws-sdk-go test behavior #229

Closed kannappanr closed 6 years ago

kannappanr commented 6 years ago

Added missing endpoint entry in the case of secure endpoint. Added bucket creation and deletion code, as the error code is different between AWS S3 and Minio server, if test is run with a non-existent bucket.

Fixes #228