1
0
mirror of https://github.com/minio/docs.git synced 2025-04-25 17:22:39 +03:00

8 Commits

Author SHA1 Message Date
Andrea Longo
c5b43238d6
Remote tier needs DeleteObjectVersion if remote bucket is versioned (#1089)
If the remote tier bucket is versioned, MinIO requires additional
permissions to successfully transition objects. But it is not
recommended, as each object version becomes a distinct object on the
remote tier.

This is not new, it was omitted from the docs. Mention, but discourage.

Staged:

http://192.241.195.202:9000/staging/DOCS-1016/linux/reference/minio-mc/mc-ilm-tier.html#transition-permissions

Fixes https://github.com/minio/docs/issues/1016

---------

Co-authored-by: Daryl White <53910321+djwfyi@users.noreply.github.com>
2024-01-03 16:52:11 -07:00
jingsam
d97d63ae90
Use 9001 as the default console address port (#1081)
As state in
https://github.com/minio/minio/pull/18561#issuecomment-1833303435 ,
consistent use 9001 as the console port, to avoid confusion for new
users.
2023-12-26 10:20:14 -05:00
Ravind Kumar
a566631be2 DOCS-448: Create new per-platform quickstart guides
Co-authored by: Ravind Kumar <ravind@min.io>
Co-authored by: Daryl White <53910321+djwfyi@users.noreply.github.com>
2022-04-20 10:03:20 -05:00
kannappanr
d43f2f8910 Fix: Typo in action names for Lifecycle configuration 2021-10-09 08:29:29 -07:00
ravindk89
c1f582d4dd Use single sourcing on replication policy users to prevent desync 2021-07-15 13:44:57 -04:00
ravindk89
5a5a8a6908 MinIO ILM Migration + Tiering
Apply suggestions from code review + local changes

Co-authored-by: Poorna Krishnamoorthy <poornas@users.noreply.github.com>
Co-authored-by: Krishnan Parthasarathi <krisis@users.noreply.github.com>

Apply suggestions from code review

Co-authored-by: Krishnan Parthasarathi <krisis@users.noreply.github.com>
2021-05-12 10:20:29 -04:00
ravindk89
85dbf58bd9 Add new KMS encryption feature, deprecate MINIO_ACCESS_KEY and MINIO_SECRET_KEY 2021-05-12 10:10:33 -04:00
ravindk89
a4710efd09 Fixing missing examples 2021-04-08 17:40:30 -04:00