diff --git a/HowtoCeph.md b/HowtoCeph.md index 0f319d55..d7703e01 100644 --- a/HowtoCeph.md +++ b/HowtoCeph.md @@ -893,6 +893,12 @@ mc alias set http:// > La configuration est écrite dans le fichier `~/.mc/config.json` +Pour créer un _bucket_ : + +``` +mc mb / +``` + Pour lister les objets dans un _bucket_ : ``` @@ -905,6 +911,11 @@ Pour _upload_ un fichier : mc mv mon_fichier // ``` +Pour supprimer un _bucket_ : + +``` +mc rb / +``` # Troubleshooting