-
Notifications
You must be signed in to change notification settings - Fork 493
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 of S3AccessIO driver #5072
Comments
@poikilotherm I see you're already working away on this over at poikilotherm@5251045 adding unit tests. Great! Thanks! |
Yes I am - but it is quite an amount of work... And many details of the implementation are unknown to me. Example: in getMainFileKey() it is not obvious to me, why this method is not written sideeffect free. I hoped that @landreev could help me out with a lots of details about the driver... 😉 |
Maybe @ferrys, @matthew-a-dunlap, @bsilverstein, @oscardssmith and other can look into this, too? |
Most of the changes I made were making |
Both the instance vars |
Mentioning #5165 |
Mentioning #5996 here... |
We now have some tests for S3AccessIO: |
To focus on the most important features and bugs, we are closing issues created before 2020 (version 5.0) that are not new feature requests with the label 'Type: Feature'. If you created this issue and you feel the team should revisit this decision, please reopen the issue and leave a comment. |
Hi @landreev
while digging into the driver to get things running for #4690 and #5068 it seems you wrote most of the storage driver for AWS S3. (At least you opened #3921 😉 )
In #5059 I started work to implement unit and integration testing for the driver. Are you interested to join?
The text was updated successfully, but these errors were encountered: