1
0
mirror of https://github.com/minio/minio.git synced 2025-03-23 05:54:14 -04:00

6 Commits

Author SHA1 Message Date
Shubhendu
7c7650b7c3
Add sufficient deadlines and countermeasures to handle hung node scenario ()
Signed-off-by: Shubhendu Ram Tripathi <shubhendu@minio.io>
Signed-off-by: Harshavardhana <harsha@minio.io>
2024-05-22 16:07:14 -07:00
Harshavardhana
d3db7d31a3
fix: add deadlines for all synchronous REST callers ()
add deadlines that can be dynamically changed via
the drive max timeout values.

Bonus: optimize "file not found" case and hung drives/network - circuit break the check and return right
away instead of waiting.
2024-05-15 09:52:29 -07:00
Harshavardhana
3c2e1a87e2
fix: support dropping privileges with arbitrary users ()
fixes 
2023-11-03 14:18:18 -07:00
Harshavardhana
c50627ee3e
Add tests for multipart upload overwrites on versioned buckets () 2023-09-30 03:13:56 -07:00
Harshavardhana
75c6fc4f02
only allow decryption of etag for only sse-s3 () 2023-06-05 13:08:51 -07:00
Harshavardhana
f65cce4317
move mint tests to separate folders to not confuse GitHub () 2023-03-31 14:38:10 -07:00