mirror of
https://github.com/pgsty/minio.git
synced 2026-03-22 09:46:03 +01:00
- Support for '?' wildcard for resource matching. - Wildcard package is added with Match functions. - Wildcard.Match supports '*' and wild.MatchExtended supports both '*' and '?' wildcards in the pattern string. - Tests for the same for the wide range of cases.