-
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
Update public link share in transfer ownership command #31585
Conversation
Backport of this PR: #31176 ( stable10 ) |
0d7f607
to
aab9234
Compare
Codecov Report
@@ Coverage Diff @@
## master #31585 +/- ##
============================================
+ Coverage 62.69% 62.72% +0.03%
- Complexity 18280 18292 +12
============================================
Files 1147 1148 +1
Lines 68647 68669 +22
Branches 1234 1234
============================================
+ Hits 43041 43076 +35
+ Misses 25245 25232 -13
Partials 361 361
Continue to review full report at Codecov.
|
aab9234
to
ca4192c
Compare
The public link share wasn't updated in the command. This resulted in failure, when the public links were accessed after the files were transferred. This change helps to update the share for public links. And hence access to the links won't cause any failure. Signed-off-by: Sujith H <[email protected]>
ca4192c
to
166ec2a
Compare
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.
👍
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
The public link share wasn't updated in the command.
This resulted in failure, when the public links were
accessed after the files were transferred. This change
helps to update the share for public links. And hence
access to the links won't cause any failure.
Signed-off-by: Sujith H [email protected]
Description
The public links were failing after transfer ownership command is executed.
Related Issue
#31150
Motivation and Context
This change allows the public links to work even after the transfer ownership command is executed.
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: