David Regla
a188554fe1
Add missing keys to API config help ( #13255 )
...
Added missing `apiClusterDeadline` and `apiListQuorum` to API config.HelpKVS structure
2021-10-10 09:52:21 -07:00
Harshavardhana
60f961dfe8
allow disabling strict sha256 validation with some broken clients ( #13383 )
...
with some broken clients allow non-strict validation
of sha256 when ContentLength > 0, it has been found in
the wild some applications that need this behavior. This
shall be only allowed if `--no-compat` is used.
2021-10-08 12:40:34 -07:00
Harshavardhana
fabf60bc4c
fix: allow configuring cleanup of stale multipart uploads ( #13354 )
...
allow dynamically changing cleanup of stale multipart
uploads, their expiry and how frequently its checked.
Improves #13270
2021-10-04 10:52:28 -07:00
Harshavardhana
495c55e6a5
fix: make sure to delete dangling objects during heal ( #13138 )
...
heal with --remove was not removing dangling versions
on versioned buckets, this PR fixes this properly.
this is a regression introduced in PR #12617
2021-09-02 17:45:30 -07:00
Krishnan Parthasarathi
65b6f4aa31
Add dynamic reconfiguration of number of transition workers ( #12926 )
2021-08-11 22:23:56 -07:00
Klaus Post
05aebc52c2
feat: Implement listing version 3.0 ( #12605 )
...
Co-authored-by: Harshavardhana <harsha@minio.io>
2021-07-05 15:34:41 -07:00
Harshavardhana
1f262daf6f
rename all remaining packages to internal/ ( #12418 )
...
This is to ensure that there are no projects
that try to import `minio/minio/pkg` into
their own repo. Any such common packages should
go to `https://github.com/minio/pkg `
2021-06-01 14:59:40 -07:00