Skip to content

Conversation

@jcmfernandes
Copy link

@jcmfernandes jcmfernandes commented Jun 23, 2025

I noticed that exact matching is broken because I was seeing an old cache being restored, which can happen because:

  1. The call to listObjects() can return multiple objects
  2. We aren't looking for an exact match
  3. We do not sort the return from listObjects()

Changes

  • Make exact matching work as expected: it's exact.

Fix Issues

None, as I worked on the fix before reporting the issue.

This isn't perfect, since using `startsWith` doesn't really guarantee
an exact match, but it's good enough and certainly better than what I found.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant