1
0
mirror of https://github.com/minio/minio.git synced 2025-03-19 02:08:28 -04:00

8 Commits

Author SHA1 Message Date
Sidhartha Mani
fe1fbe0005
standardize config help defaults () 2022-04-26 20:11:37 -07:00
Poorna
75b925c326
Deprecate root disk for disk caching ()
This PR modifies  to issue a deprecation
warning rather than reject settings on startup.
2022-03-10 18:42:44 -08:00
Poorna
7ce91ea1a1
Disallow root disk to be used for cache drives () 2022-03-10 02:45:31 -08:00
Harshavardhana
f527c708f2
run gofumpt cleanup across code-base () 2022-01-02 09:15:06 -08:00
Poorna K
111c6177d2
Deprecate caching for erasure/distributed mode ()
Fixes: 

Also removing default value of `writethrough` for cache commit
which was interfering with cache_after setting
2021-12-15 16:48:34 -08:00
Poorna K
7c33a33ef3
cache: fix commit value lookup in config () 2021-11-02 14:20:52 -07:00
Poorna K
15dcacc1fc
Add support for caching multipart in writethrough mode () 2021-11-01 08:11:58 -07:00
Harshavardhana
1f262daf6f
rename all remaining packages to internal/ ()
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