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

Fixes GetObject offset=0 problem #646

Merged
merged 4 commits into from
Jun 3, 2022

Conversation

ebozduman
Copy link
Collaborator

Fixes #629
Also modified offset/length test and added 2 more tests for all possible cases

  • offset > 0 and length > 0
  • offset > 0 and length = 0
  • offset = 0 and length > 0

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.

GetObjectAsync.WithOffsetAndLength leads to an error if offset = 0
2 participants