-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BB-401 Incompatibility of ExpiredObjectDeleteMarker logic with AWS
Backbeat performs automatic ExpiredObjectDeleteMarker cleanup for compatibility with Amazon S3, - either when the delete markers meet the age criteria - or when the ExpiredObjectDeleteMarker tag is set to true. Furthermore, the process of "verifying whether the deletion marker was generated by a lifecycle service account" is ineffective due to the implementation of the assumeRole logic. Consequently, this verification will consistently yield false results, leading us to remove it.
- Loading branch information
1 parent
4ada919
commit e442088
Showing
2 changed files
with
88 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters