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: make sure getObject returns proper error multiple reads #1453

Merged
merged 1 commit into from
Feb 18, 2021

Conversation

harshavardhana
Copy link
Member

As a continuation of work from #1452, when object sizes are
bigger, we should calculate totalRead and match with expected
object size.

fixes #1451

As a continuation of work from minio#1452, when object sizes are
bigger, we should calculate totalRead and match with expected
object size.

fixes minio#1451
@harshavardhana
Copy link
Member Author

PTAL @vadmeste @poornas

Copy link
Member

@vadmeste vadmeste left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@poornas poornas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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.

Object.Read doesn't return error on truncated response
3 participants