CLDSRV-621: Support bucket owner#5785
Conversation
Hello tmacro,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Request integration branchesWaiting for integration branch creation to be requested by the user. To request integration branches, please comment on this pull request with the following command: Alternatively, the |
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files
@@ Coverage Diff @@
## development/9.0 #5785 +/- ##
================================================
Coverage 74.18% 74.19%
================================================
Files 186 186
Lines 11751 11759 +8
================================================
+ Hits 8718 8725 +7
- Misses 3033 3034 +1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
4e014c6 to
915946a
Compare
|
/create_integration_branches |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option The following options are set: create_integration_branches |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
The following options are set: create_integration_branches |
915946a to
3893ec2
Compare
|
/reset |
Reset completeI have successfully deleted this pull request's integration branches. The following options are set: create_integration_branches |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option The following options are set: create_integration_branches |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
The following options are set: create_integration_branches |
|
/approve |
Build failedThe build for commit did not succeed in branch w/9.1/improvement/CLDSRV-621/support_bucket_owner_id The following options are set: approve, create_integration_branches |
In the queueThe changeset has received all authorizations and has been added to the The changeset will be merged in:
The following branches will NOT be impacted:
There is no action required on your side. You will be notified here once IMPORTANT Please do not attempt to modify this pull request.
If you need this pull request to be removed from the queue, please contact a The following options are set: approve, create_integration_branches |
|
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue CLDSRV-621. Goodbye tmacro. |
This PR adds support for the
bucketOwnerIdObjectMD property.This is only set on new created objects (Put, Copy, MPU) as metadata only operations (PutTagging, etc) do not cause an upgrade in the ObjectMD model and introducing one would cause problems as the information needed to correctly do the upgrade may not be available.
bucketOwnerIdis also added to the requested overhead fields.A small bugfix is also included to set
owner-idin mpu part metadata when doing CopyPart. This is to match existing behavior in PutPart.Note for reviewers:
The test for copy-object is intentionally skipped as it is blocked by a bug in bucket policies.