minio / mint

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

Add test case to validate if anonymous delete request returns 200 #116

Closed nitisht closed 7 years ago

nitisht commented 7 years ago

The test case validates the case where the requesting user does not have access to the bucket they are attempting to delete objects from and should receive a response 200 and an 'Access Denied' error for each object they are attempting to delete rather than the generic 403 AccessDenied error response.

AWS S3 reference doc: http://docs.aws.amazon.com/AmazonS3/latest/API/multiobjectdeleteapi.html#multiobjectdeleteapi-examples

Fixes: https://github.com/minio/mint/issues/115

nitisht commented 7 years ago

Done @krisis