-
-
Notifications
You must be signed in to change notification settings - Fork 382
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_s3_ignore_seeks_to_current_position #782
Fix_s3_ignore_seeks_to_current_position #782
Conversation
If a person were to simply copy this code block it would use the built in `open` and would not work. Adding in the correct import makes this block a bit easier for a simple copy paste.
…kvorky#771) * fix: Fixes KeyError when retrieving empty file from S3 * Add test
Can you please roll back changes to the formatting? They hide the actual changes to the functionality, which is what we should be reviewing. |
Sorry about that. Should be reverted now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you!
I took a stab at finishing off PR #748. See that PR for more details about the changes.