-
-
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 url parsing for S3
#235
Conversation
…f smart_open/smart_open_lib.py. To my knowledge, other tests are still passing and this didn't introduce any regressions
@@ -84,7 +84,7 @@ | |||
|
|||
|
|||
Uri = collections.namedtuple( | |||
'Uri', | |||
'Uri', |
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.
My text editor did this 🤷♂️
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.
that's ok, don't worry
Looks good for me, thanks @rileypeterson. If @mpenkov agree - we can merge this. |
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, let's merge.
Looks like the issue came back?
|
Are you able to debug? |
Add test for colon in key name of s3 uri. Apply bug fix on line 491 of
smart_open/smart_open_lib.py
. To my knowledge, other tests are still passing and this didn't introduce any regressions.Let me know if there's anything else to do. For now we just downgraded to 1.6.0, but hoping to see this in the next release. Thanks!