minio / mint

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

Bucket name used in functional test should have a prefix #143

Closed kannappanr closed 6 years ago

kannappanr commented 6 years ago

Bucket names used in functional test should have a prefix. This is required by mint to cleanup left over buckets. Currently aws ruby functional test uses a random string as the bucket name. It needs to add a prefix.

nitisht commented 6 years ago

closing as fixed by #207