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

3 Commits

Author SHA1 Message Date
Harshavardhana
e0fe7cc391
fix: information disclosure bug in preconditions GET ()
precondition check was being honored before, validating
if anonymous access is allowed on the metadata of an
object, leading to metadata disclosure of the following
headers.

```
Last-Modified
Etag
x-amz-version-id
Expires:
Cache-Control:
```

although the information presented is minimal in nature,
and of opaque nature. It still simply discloses that an
object by a specific name exists or not without even having
enough permissions.
2024-05-27 12:17:46 -07:00
Poorna
e947a844c9
Fix test scripts to use mc ready () 2024-05-18 11:19:01 -07:00
Shubhendu
abae30f9e1
Added decom test with KES using sse-s3 and sse-kms ()
Signed-off-by: Shubhendu Ram Tripathi <shubhendu@minio.io>
2024-05-10 01:24:14 -07:00