-
Notifications
You must be signed in to change notification settings - Fork 397
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
s3-lifecycle: fix remove rule with empty prefix #1398
s3-lifecycle: fix remove rule with empty prefix #1398
Conversation
Hi, Thanks for taking the time to submit this PR. If possible please update the integration tests at Mark |
ff2eddc
to
c306c9c
Compare
5224729
to
33f0cf2
Compare
In case of removing a lifecycle policy without a prefix, there will be no prefix key in the existing_rule filter Signed-off-by: Seena Fallah <[email protected]>
33f0cf2
to
615f9af
Compare
Backport to stable-3: 💚 backport PR created✅ Backport PR branch: Backported as #1402 🤖 @patchback |
Backport to stable-4: 💚 backport PR created✅ Backport PR branch: Backported as #1401 🤖 @patchback |
s3-lifecycle: fix remove rule with empty prefix SUMMARY In case of removing a lifecycle policy without a prefix, there will be no prefix key in the existing_rule filter Signed-off-by: Seena Fallah [email protected] ISSUE TYPE Bugfix Pull Request COMPONENT NAME s3_lifecycle Reviewed-by: Mark Chappell <None> (cherry picked from commit 4c67633)
s3-lifecycle: fix remove rule with empty prefix SUMMARY In case of removing a lifecycle policy without a prefix, there will be no prefix key in the existing_rule filter Signed-off-by: Seena Fallah [email protected] ISSUE TYPE Bugfix Pull Request COMPONENT NAME s3_lifecycle Reviewed-by: Mark Chappell <None> (cherry picked from commit 4c67633)
[PR #1398/4c67633c backport][stable-4] s3-lifecycle: fix remove rule with empty prefix This is a backport of PR #1398 as merged into main (4c67633). SUMMARY In case of removing a lifecycle policy without a prefix, there will be no prefix key in the existing_rule filter Signed-off-by: Seena Fallah [email protected] ISSUE TYPE Bugfix Pull Request COMPONENT NAME s3_lifecycle Reviewed-by: Mark Chappell <None>
[PR #1398/4c67633c backport][stable-3] s3-lifecycle: fix remove rule with empty prefix This is a backport of PR #1398 as merged into main (4c67633). SUMMARY In case of removing a lifecycle policy without a prefix, there will be no prefix key in the existing_rule filter Signed-off-by: Seena Fallah [email protected] ISSUE TYPE Bugfix Pull Request COMPONENT NAME s3_lifecycle Reviewed-by: Mark Chappell <None>
SUMMARY
In case of removing a lifecycle policy without a prefix, there will be no prefix key in the existing_rule filter
Signed-off-by: Seena Fallah [email protected]
ISSUE TYPE
COMPONENT NAME
s3_lifecycle