Add a job to backfill attachment uploads to the archive service.

This commit is contained in:
Greyson Parrelli
2024-04-18 11:23:58 -04:00
parent 1e4d96b7c4
commit a82b9ee25f
17 changed files with 567 additions and 113 deletions

View File

@@ -50,4 +50,9 @@ message PreKeysSyncJobData {
message ArchiveAttachmentJobData {
uint64 attachmentId = 1;
}
message ArchiveAttachmentBackfillJobData {
optional uint64 attachmentId = 1;
ResumableUpload uploadSpec = 2;
}