Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix GetObjectAsync api call to check if object is present #260

Merged
merged 1 commit into from
Dec 18, 2018

Conversation

poornas
Copy link
Contributor

@poornas poornas commented Dec 14, 2018

fixes https://github.com/minio/minio/issues/6980

GetObjectAsync api needs to fail with ObjectNotFoundException if GET is attempted on a non-existent object.

To test this pr, run GetObject_Test2, GetObject_Test3 and FGetObject_Test1 functional tests with non-existent objects for the GetObjectAsync api overload - with this change, it should fail with ObjectNotFoundException.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants