minio/cmd/gateway/s3
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
..
gateway-s3-chain.go run gofumpt cleanup across code-base (#14015) 2022-01-02 09:15:06 -08:00
gateway-s3-metadata.go run gofumpt cleanup across code-base (#14015) 2022-01-02 09:15:06 -08:00
gateway-s3-metadata_test.go Revert "deprecate embedded browser (#12163)" 2021-04-30 08:50:39 -07:00
gateway-s3-sse.go avoid concurrent reads and writes to opts.UserDefined (#14862) 2022-05-05 04:14:41 -07:00
gateway-s3-utils.go Revert "deprecate embedded browser (#12163)" 2021-04-30 08:50:39 -07:00
gateway-s3.go avoid concurrent reads and writes to opts.UserDefined (#14862) 2022-05-05 04:14:41 -07:00
gateway-s3_test.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00