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:
1
main.go
1
main.go
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user