minio/cmd/gateway
Harshavardhana c7df1ffc6f
avoid concurrent reads and writes to opts.UserDefined (#14862)
do not modify opts.UserDefined after object-handler
has set all the necessary values, any mutation needed
should be done on a copy of this value not directly.

As there are other pieces of code that access opts.UserDefined
concurrently this becomes challenging.

fixes #14856
2022-05-05 04:14:41 -07:00
..
nas fix: use madmin.Credentials for gateway interface (#12493) 2021-06-14 12:53:49 -07:00
s3 avoid concurrent reads and writes to opts.UserDefined (#14862) 2022-05-05 04:14:41 -07:00
gateway.go Remove Azure gateway implementation (#14418) 2022-04-29 12:51:23 -07:00