d6ae738e87
Add batch replication specific actions to source user policy ( #1414 )
...
#### Issue
Batch replication requires specific actions to be performable by the
source user, including:
```
"admin:ListBatchJobs",
"admin:DescribeBatchJob",
"admin:StartBatchJob",
"admin:CancelBatchJob"
```
This PR suggests them in the batch replication example provided in the
docs.
@poornas Please correct me if needed. This allowed the documentation to
be followed smoothly, with a resultant successful batch replication job
being spawned.
2025-02-12 07:33:07 -07:00
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
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
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
d43f2f8910
Fix: Typo in action names for Lifecycle configuration
2021-10-09 08:29:29 -07:00
c1f582d4dd
Use single sourcing on replication policy users to prevent desync
2021-07-15 13:44:57 -04:00
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
85dbf58bd9
Add new KMS encryption feature, deprecate MINIO_ACCESS_KEY and MINIO_SECRET_KEY
2021-05-12 10:10:33 -04:00
a4710efd09
Fixing missing examples
2021-04-08 17:40:30 -04:00