-
Notifications
You must be signed in to change notification settings - Fork 29
Changed all the s3 key string formatting to use path #448
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
Conversation
…ad of filepath, to remove unnecessary OS prefixes
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #448 +/- ##
==========================================
+ Coverage 81.25% 81.88% +0.63%
==========================================
Files 5 5
Lines 416 414 -2
==========================================
+ Hits 338 339 +1
+ Misses 47 45 -2
+ Partials 31 30 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
at-wat
left a comment
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.
Thank you for the PR!
Added a comment and otherwise looks good
Co-authored-by: Atsushi Watanabe <atsushi.w@ieee.org>
at-wat
left a comment
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
Sorry for the delay and thank you for your contribution!
at-wat
left a comment
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.
Some comments seems accidentally removed
|
Let me restore the comments and merge |
Fix s3 path handling on Windows
Fix s3 path handling on Windows Backports: #448 Co-authored-by: Francisco Almeida <franciscoalm100@gmail.com>
Changed all the s3 key string formatting to use path.join instead of filepath, to remove unnecessary OS prefixes