minio / mint

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

minio-js fails with s3 gateway #195

Closed balamurugana closed 6 years ago

balamurugana commented 6 years ago

Below is an error

Running minio-js tests ... FAILED in 36 seconds
{
  "name": "minio-js",
  "function": "listenBucketNotification(bucketName, prefix, suffix, events)",
  "args": "events:bad",
  "status": "FAIL",
  "error": "AssertionError: expected 'A header you provided implies functionality that is not implemented' to match /A specified event is not supported for notifications./ at NotificationPol$
}
kannappanr commented 6 years ago

This has already been fixed in https://github.com/minio/minio-js/issues/636 . Releasing a newer version of minio-js should fix this issue.

nitisht commented 6 years ago

Closing as it is fixed in minio-js