-
-
Notifications
You must be signed in to change notification settings - Fork 867
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 safe_join() to allow colons #322
Conversation
Codecov Report
@@ Coverage Diff @@
## master #322 +/- ##
==========================================
- Coverage 75.7% 75.51% -0.19%
==========================================
Files 11 11
Lines 1552 1540 -12
==========================================
- Hits 1175 1163 -12
Misses 377 377
Continue to review full report at Codecov.
|
Why is this using urljoin at all instead of |
Good question. I think using |
Looks good. Can you think of any other scenarios not covered with the current tests? Changing this method feels a little stressful all in all. |
Combine the identical s3boto3 and s3boto implementations of safe_join() and its tests to reduce code duplication. Fixes #248
Can't think of any at the moment. I added a new test for |
Happy with this. |
Combine the identical s3boto3 and s3boto implementations of safe_join()
and its tests to reduce code duplication.
Fixes #248