Geonwook Ham
Geonwook Ham
Hi @ryanjbaxter! I'd like to take on this enhancement and contribute a PR for S3 pattern matching support, similar to the Git backend. I'll start working on this and will...
Hi @ryanjbaxter, I wanted to ask for your opinion regarding possible implementation strategies for improving S3 backend compatibility with the Git backend's `searchPaths` feature. There are three approaches I'm considering:...
Yes, that's correct! With this approach, the additional S3 ListObjectsV2 calls (and related costs) would only occur if the user actually configures searchPaths containing wildcards. Otherwise, for normal configurations without...
Hi @ryanjbaxter, I’ve opened a PR #2958 that implements support for Git-style searchPaths in the S3 backend. Please have a look when you get a chance! 👍