myhelp:minio
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| myhelp:minio [2025/08/21 11:21] – ulrich | myhelp:minio [2025/09/08 08:03] (current) – ulrich | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| Create the configured directory. | Create the configured directory. | ||
| + | And also add the minio user and set the user rights. | ||
| + | < | ||
| + | useradd -r -d / | ||
| + | chown -R minio-user: | ||
| + | </ | ||
| + | < | ||
| systemctl start minio | systemctl start minio | ||
| - | systemctl status minio -> shows the listen address (http:// | + | systemctl status minio |
| + | </ | ||
| Docs fot the CLI tool: https:// | Docs fot the CLI tool: https:// | ||
| Line 63: | Line 69: | ||
| </ | </ | ||
| This policy allows everything on the test bucket. You need to safe this in a file test.json | This policy allows everything on the test bucket. You need to safe this in a file test.json | ||
| + | < | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | ], | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | ] | ||
| + | } | ||
| + | ] | ||
| + | } | ||
| + | </ | ||
| + | This JSON allows also everything, but with all options listed. | ||
| ==== Create a policy ==== | ==== Create a policy ==== | ||
| < | < | ||
myhelp/minio.1755775288.txt.gz · Last modified: by ulrich
