1
0
mirror of https://github.com/minio/minio.git synced 2025-03-13 21:12:55 -04:00

4 Commits

Author SHA1 Message Date
Harshavardhana
f696a221af
allow tagging policy condition for GetObject () 2022-10-02 12:29:29 -07:00
Klaus Post
9004d69c6f
Make ReqInfo concurrency safe ()
Some read/writes of ReqInfo did not get appropriate locks, leading to races.

Make sure reading and writing holds appropriate locks.
2022-06-30 10:48:50 -07:00
Harshavardhana
a60ac7ca17
fix: audit log to support object names in multipleObjectNames() handler () 2022-01-03 01:28:52 -08:00
Harshavardhana
1f262daf6f
rename all remaining packages to internal/ ()
This is to ensure that there are no projects
that try to import `minio/minio/pkg` into
their own repo. Any such common packages should
go to `https://github.com/minio/pkg`
2021-06-01 14:59:40 -07:00