Page MenuHomePhabricator

[services] Backup - Add Attachment Reactor - store in database
AbandonedPublic

Authored by karol on May 19 2022, 3:06 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 3, 2:27 AM
Unknown Object (File)
Wed, Jul 3, 2:07 AM
Unknown Object (File)
Tue, Jul 2, 9:26 AM
Unknown Object (File)
Sun, Jun 30, 6:51 AM
Unknown Object (File)
Sun, Jun 30, 6:51 AM
Unknown Object (File)
Sun, Jun 30, 6:49 AM
Unknown Object (File)
Fri, Jun 14, 7:18 PM
Unknown Object (File)
May 26 2024, 8:31 PM

Details

Reviewers
tomek
Summary

Depends on D4087

Adding logic for appending holder to the backup/log item. We do not need to use anything like append explicitly. It suffices to fetch the target item from the database, add an attachment to it, and then use put to insert it into the database. DynamoDB will automatically override an existing item.

Test Plan

The backup service can be built successfully.

For the full test plan of this functionality that has been broken into multiple diffs, please see D4090.

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage