-
Notifications
You must be signed in to change notification settings - Fork 2.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
[For 10.4] Fix "files:transfer-ownership" in S3 multibucket setups #36464
Conversation
Codecov Report
@@ Coverage Diff @@
## master #36464 +/- ##
============================================
- Coverage 64.66% 64.05% -0.61%
- Complexity 19025 19036 +11
============================================
Files 1268 1268
Lines 74398 74395 -3
Branches 1311 1311
============================================
- Hits 48108 47654 -454
- Misses 25904 26355 +451
Partials 386 386
Continue to review full report at Codecov.
|
To test against this with Update: drone CI was green here, so I pushed |
2661df2
to
d3fd56e
Compare
Ok, sounds like progress. |
owncloud/files_primary_s3#271 (comment) |
d3fd56e
to
93a0364
Compare
@jvillafanez I rebased this just now so that it has all the things that happened in core master related to getting Now I will run this from |
Moving to review because the tests pass and there is no additional development planned (unless bugs happen) |
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.
needs changelog item
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.
The code looks good. I just added some small suggestions that caught my attention while reading.
0073430
to
a6b4bb5
Compare
@micbar IMO this should be OK for 10.4 - if so, please add it to the 10.4 project. |
a6b4bb5
to
a5215bd
Compare
I rebased and squashed the commits just now. Let's see what CI says here in core, and in owncloud/files_primary_s3#271 (which I just pushed again to run this core code with files_primary_s3) |
CI passed in owncloud/files_primary_s3#271 so this is good from a QA PoV. |
Description
Supersedes #36326 , which was having problems and was reverted (in #36460)
Related Issue
https://github.com/owncloud/enterprise/issues/3520
#36266
Motivation and Context
Fix the original issue as well as additional problems found (which caused the revert)
How Has This Been Tested?
occ files:transfer-ownership
still works with shares without problems.In addition, checked the following scenario which was failing with the previous PR:
Screenshots (if appropriate):
Types of changes
Checklist: