1
0
mirror of https://github.com/minio/minio.git synced 2025-01-16 17:23:16 -05:00

9 Commits

Author SHA1 Message Date
Harshavardhana
b6eb8dff64
Add decommission compression+encryption enabled tests ()
update compression environment variables to follow
the expected sub-system style, however support fallback
mode.
2022-07-17 08:43:14 -07:00
Harshavardhana
f088e8960b
docs: turn-on more markdown rules and fix them () 2022-02-14 08:50:42 -08:00
Harshavardhana
e3e0532613
cleanup markdown docs across multiple files ()
enable markdown-linter
2022-02-11 16:51:25 -08:00
Klaus Post
07df9eecda
Update xl.meta docs () 2022-01-21 08:47:46 -08:00
Klaus Post
eb9172eecb
Allow Compression + encryption () 2021-01-05 20:08:35 -08:00
Harshavardhana
3520e946a2 fix: versioning docs add more examples 2020-07-11 00:57:46 -07:00
Harshavardhana
38eef5ce4c
fix: documentation fixes for docker ENV settings ()
- update CREDITS file
- fix markdown links
- talk a bit more about upgrades
2020-07-06 06:42:34 -07:00
Harshavardhana
21058c34d0
add some description of xl.meta () 2020-06-22 17:27:54 -07:00
Harshavardhana
4915433bd2
Support bucket versioning ()
- Implement a new xl.json 2.0.0 format to support,
  this moves the entire marshaling logic to POSIX
  layer, top layer always consumes a common FileInfo
  construct which simplifies the metadata reads.
- Implement list object versions
- Migrate to siphash from crchash for new deployments
  for object placements.

Fixes 
2020-06-12 20:04:01 -07:00