-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Refactoring/aws/s3 #270
Refactoring/aws/s3 #270
Conversation
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.
Codecov Report
@@ Coverage Diff @@
## refactoring/resource-configs #270 +/- ##
================================================================
+ Coverage 30.9% 31.48% +0.58%
================================================================
Files 130 131 +1
Lines 5633 5545 -88
================================================================
+ Hits 1741 1746 +5
+ Misses 3892 3799 -93
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## refactoring/resource-configs #270 +/- ##
================================================================
+ Coverage 32.81% 33.35% +0.54%
================================================================
Files 157 157
Lines 5702 5606 -96
================================================================
- Hits 1871 1870 -1
+ Misses 3831 3736 -95
Continue to review full report at Codecov.
|
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.
Great job! 💯 I just left some comments about details and concurrency.
Co-Authored-By: Aboisier <aboisiermichaud@gmail.com>
Co-Authored-By: Aboisier <aboisiermichaud@gmail.com>
This PR migrates S3 to the new architecture, see #183 .
What changed (apart from like changing the architecture):
logging_stuff
which contained what I identified as both redundant and irrelevant data.