taskwarrior icon indicating copy to clipboard operation
taskwarrior copied to clipboard

Sync to AWS

Open djmitche opened this issue 1 year ago • 4 comments

Similar to the GCP sync implemented in #3185, we should be able to sync replicas to AWS's object storage.

The tricky bit here is that, unlike GCS and Azure Blob, S3 does not provide a compare-and-swap operation.

Some reading suggests that the easiest way to accomplish this would be to use DynamoDB as a lock over the "latest" object in the S3 bucket.

djmitche avatar Dec 26 '23 15:12 djmitche