Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(filemanager): match AWS behaviour for delete markers #568

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

mmalenic
Copy link
Member

Closes #563

Changes

  • Delete markers are ingested as Deleted events, rather than Created events, which matches what AWS does.
  • Fix filemanager-build issue which was attempting to parse non Rust files.
  • Update delete marker tests.

The justification behind this is that filemanager should try to match what AWS does so that there are no surprises. It is also helpful in ensuring that current_state queries don't return delete_marker objects which don't represent the current state.

@mmalenic mmalenic self-assigned this Sep 22, 2024
@mmalenic mmalenic added filemanager an issue relating to the filemanager refactor labels Sep 22, 2024
@victorskl
Copy link
Member

.. will review in tick, Marko.

Copy link
Member

@victorskl victorskl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mmalenic mmalenic merged commit 64e186f into main Sep 23, 2024
6 checks passed
@mmalenic mmalenic deleted the refactor/filemanager-version-id branch September 23, 2024 04:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
filemanager an issue relating to the filemanager refactor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

filemanager: reconsider delete marker record deleted/created status
2 participants