tech:notes_minio_s3
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| tech:notes_minio_s3 [2025/03/24 16:11] – Jean-Baptiste | tech:notes_minio_s3 [2025/11/06 09:36] (Version actuelle) – Jean-Baptiste | ||
|---|---|---|---|
| Ligne 4: | Ligne 4: | ||
| # Notes MinIO s3 | # Notes MinIO s3 | ||
| - | ~~~bash | + | Voir : |
| - | docker run -p 9000:9000 -p 9001:9001 minio/minio server | + | * https:// |
| - | ~~~ | + | * MinIO Operator |
| + | * https://dev.to/ | ||
| + | |||
| + | Voir aussi : | ||
| + | * Garage S3 | ||
| + | * https:// | ||
| Then open a web browser to http:// | Then open a web browser to http:// | ||
| Ligne 22: | Ligne 28: | ||
| + | ## Client S3 mc | ||
| + | Voir : | ||
| + | * https:// | ||
| + | ~~~bash | ||
| + | mkdir -p ~/ | ||
| + | nerdctm run \ | ||
| + | -p 9000:9000 \ | ||
| + | -p 9001:9001 \ | ||
| + | | ||
| + | -v ~/ | ||
| + | -e " | ||
| + | -e " | ||
| + | | ||
| + | ~~~ | ||
| + | |||
| + | ~~~bash | ||
| + | mc alias set myminio http:// | ||
| + | mc admin info myminio | ||
| + | ~~~ | ||
| + | |||
| + | ~~~bash | ||
| + | mc mb myminio/ | ||
| + | mc put ~/ | ||
| + | ~~~ | ||
| + | |||
| + | https:// | ||
| + | <code bash> | ||
| + | mc --autocompletion | ||
| + | </ | ||
| + | URL check ping http:// | ||
tech/notes_minio_s3.1742829096.txt.gz · Dernière modification : de Jean-Baptiste
