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

DEV-2553 add filesize to output events #45

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jun 25, 2024

  1. DEV 2553 Add filesize to output events

    Since this change is supposed to be transparant and fully backwards-
    compatible, the new `size' field was not added to the list of required
    S3 fields.
    jaameemoo committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    fc02768 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. DEV-2553 Test all fields get_from_event() knows

    Four of the 7 supported S3 fields (bucket, object_key*, domain*, tenant,
    user*, md5*, event_name) were missing from the test.  The missing fields
    were added, along with the newly added `size' field.
    jaameemoo committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    794e9cc View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. DEV-2553 Clean test output by adding IDs

    By adding IDs to the parametrized mock events, the bulky objects no
    longer appear in the pytest output.
    jaameemoo committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    19cc4fe View commit details
    Browse the repository at this point in the history