mirror of
https://github.com/pgsty/minio.git
synced 2026-03-17 15:33:17 +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.