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

Separate matchers as a bucket filter #3229

Merged
merged 4 commits into from
Aug 21, 2024
Merged

Separate matchers as a bucket filter #3229

merged 4 commits into from
Aug 21, 2024

Commits on Aug 12, 2024

  1. Separate matchers to new storage filter

    Adds a new read bucket called Filter that works exclusively on Matchers.
    This allows for using Matchers to constrain the bucket walk path.
    Buckets that use Matchers as Mappers have been split as a Mapper and
    Filter bucket. The method MapPrefix on Mappers has been removed.
    Matchers no longer implement Mappers.
    emcfarlane committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    8419950 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc7ea98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee94df1 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    51058d5 View commit details
    Browse the repository at this point in the history