1
0
mirror of https://github.com/minio/docs.git synced 2025-04-27 18:36:56 +03:00
Allan Roger Reid 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
..