Closed pranavosu closed 6 days ago
Latest commit: d5b42b6910c484a37de70df14da4edaa41fdb5e2
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Description of changes
previously, we only checked for paths matching the prefix, but we also want to ignore paths that are part of the prefix.
e.g. if
prefix = "photos/album/"
,path= "photos/album/random-photos/pic.jpg"
andquery="photo"
-- we only want to matchphotos/album/random-photos/
Issue #, if available
Description of how you validated changes
Checklist
yarn test
passes and tests are updated/addeddocs
,e2e
,examples
, or other private packages.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.