-
Notifications
You must be signed in to change notification settings - Fork 19
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
Revert "use deleteObject to expire objects in S3c" #2570
Conversation
Hello kerkesni,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files
@@ Coverage Diff @@
## development/8.7 #2570 +/- ##
===================================================
+ Coverage 70.31% 70.32% +0.01%
===================================================
Files 194 194
Lines 12997 13012 +15
===================================================
+ Hits 9139 9151 +12
- Misses 3848 3851 +3
Partials 10 10
Flags with carried forward coverage won't be shown. Click here to find out more. |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
|
bf1be75
to
f3b3a26
Compare
f3b3a26
to
e9dbbb6
Compare
…s not implemented Issue: BB-617
69601f4
to
0ab64e0
Compare
/approve |
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 |
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue BB-617. Goodbye kerkesni. |
This reverts commit e2d6104 which introduces logic to select which deletion API to use in expiration based on the backbeatClient API definition. This is useless since the unified backbeat will only be using the definition from. 8.x and that includes everything.
Added failback to deleteObject in case we use an older Cloudserver.
Issue: BB-617