1
0
mirror of https://github.com/minio/mc.git synced 2025-11-12 01:02:26 +03:00

support for "rm" of objects and buckets

This commit is contained in:
Krishna Srinivas
2015-10-17 00:46:12 -07:00
parent 2a3b201457
commit b4c78a33ff
7 changed files with 242 additions and 0 deletions

View File

@@ -119,6 +119,7 @@ func registerApp() *cli.App {
registerCmd(lsCmd) // List contents of a bucket.
registerCmd(mbCmd) // Make a bucket.
registerCmd(catCmd) // Display contents of a file.
registerCmd(rmCmd) // Remove a file or bucket
registerCmd(pigCmd) // Write contents of stdin to a file.
registerCmd(cpCmd) // Copy objects and files from multiple sources to single destination.
registerCmd(mirrorCmd) // Mirror objects and files from single source to multiple destinations.