-
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
LifecycleDeleteObjectTask: BackbeatRoutes in S3C do not support non versioned buckets #2541
LifecycleDeleteObjectTask: BackbeatRoutes in S3C do not support non versioned buckets #2541
Conversation
Hello benzekrimaha,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
... and 2 files with indirect coverage changes
@@ Coverage Diff @@
## development/8.7 #2541 +/- ##
===================================================
- Coverage 69.86% 69.79% -0.07%
===================================================
Files 194 194
Lines 12897 12900 +3
===================================================
- Hits 9010 9004 -6
- Misses 3877 3886 +9
Partials 10 10
Flags with carried forward coverage won't be shown. Click here to find out more. |
c566e77
to
4d15eb9
Compare
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
|
3711e92
to
36feb68
Compare
// <!> Only in S3C <!> Backbeat API returns 'InvalidBucketState' error if the bucket is not versioned. | ||
// In this case, instead of logging an error, it should be logged as a debug message, | ||
// to avoid causing unnecessary concern to the customer. | ||
// TODO: After the implementation of CLDSRV-461, we could remove this check. |
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.
Let's have a ticket number with the TODO 🙂
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.
f1d8504
to
6b57c7c
Compare
95adf7d
to
e7ab515
Compare
58c4f4c
to
455cb94
Compare
Note: Only buckets with versioning enabled can be configured for replication. To expire non-versioned objects correctly, we currently rely on the InvalidBucketState error returned when the S3C Backbeat API is used for a non-versioned bucket's object, until CLDSRV-461 is implemented to add support for non-versioned buckets to the Backbeat API. Issue : BB-555
455cb94
to
4b195cc
Compare
/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-555. Goodbye benzekrimaha. The following options are set: approve |
Issue : BB-555