1
0
mirror of https://github.com/minio/minio.git synced 2025-01-27 06:33:18 -05:00
Commit Graph

4 Commits

Author SHA1 Message Date
Dzmitry Pasiukevich
a9558ae248
Simplify cast of string to rune slice in wildcard matching () 2020-05-14 08:20:13 -07:00
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links () 2019-04-09 11:39:42 -07:00
Harshavardhana
7270ca4157 pkg/wildcard: Simplify the wildcard logic further. () 2016-08-27 00:27:17 -07:00
karthic rao
2e0742e309 bucket policy: Support for '?' wildcard. ()
- 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.
2016-08-04 00:41:32 -07:00