-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix handling of archived object replacement
When an objects overwrites an object in a non-versioned bucket, need to add special handling to ensure an oplog entry is generated about the "removal" of object: so that Backbeat can detect it, and notify cold storage backend. This was fixed already for putObject in CLDSRV-560, but the MPU and copyObject cases were not handled. Issue: CLDSRV-577
- Loading branch information
1 parent
c02566e
commit 3ae9e7c
Showing
3 changed files
with
13 additions
and
1 deletion.
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
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