1
0
mirror of https://github.com/minio/minio.git synced 2025-02-19 09:32:31 -05:00

5 Commits

Author SHA1 Message Date
Harshavardhana
7fcb428622
do not print unexpected logs () 2024-07-12 13:51:54 -07:00
Anis Eleuch
e5335450a4
test: Healing test to avoid infinite waiting for servers to be up ()
tests: Healing test to avoid infinite waiting for servers to be up

Quit after 15 minutes and print server logs instead
2024-06-19 09:00:38 -07:00
Anis Eleuch
1277ad69a6
heal: Remove .healing.bin when all ES drives are healing ()
In the very rare case when all drives in a erasure set need to be healed,
remove .healing.bin from all drives, otherwise it will be stuck in a
loop

Also, fix a unit test that fails sometimes due to wrong test.
2024-05-31 07:48:50 -07:00
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
Anis Eleuch
9a3c992d7a
heal: Fix regression in healing a new fresh drive () 2024-04-25 14:55:41 -07:00