You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2020. It is now read-only.
Marshall T. Rose edited this page Sep 28, 2019
·
1 revision
Synchronization records for a paricular category
are collected in a bucket identified as /{userId}/{categoryId}/.
Accordingly,
an S3 LIST of the bucket with the ?start-after={timestamp}&max-items=(count} will return at most count items that were
added to the bucket after the indicated timestamp.
The S3 KEY space,
though limited to 1024 UTF-8 characters,
is used to represent a serialized payload of one or more SyncRecords.
This is accomplished by chunking a payload into multiple S3 KEYs,
as needed.