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
Somewhat relates to #73 -- in that case it is content to the older versions which was removed, here I am talking about completely removed keys, so there is no even DeleteMarker.
If bucket is versioned, we assume that we would see DeleteMarker whenever file is gone. But if key is removed entirely, with all prior versions, there is no DeleteMarker.
Because IIRC we traverse bucket anyways -- we would either need to start doing what we do for regular crawler (not s3) and keep the full list of downloaded items, or traverse the worktree and delete files no longer on S3 side. It should probably be optional, since should be enabled with clear idea that there should be no longer...
The text was updated successfully, but these errors were encountered:
Somewhat relates to #73 -- in that case it is content to the older versions which was removed, here I am talking about completely removed keys, so there is no even DeleteMarker.
If bucket is versioned, we assume that we would see DeleteMarker whenever file is gone. But if key is removed entirely, with all prior versions, there is no DeleteMarker.
Because IIRC we traverse bucket anyways -- we would either need to start doing what we do for regular crawler (not s3) and keep the full list of downloaded items, or traverse the worktree and delete files no longer on S3 side. It should probably be optional, since should be enabled with clear idea that there should be no longer...
The text was updated successfully, but these errors were encountered: