1
0
mirror of https://github.com/minio/mc.git synced 2025-11-10 13:42:32 +03:00

Set default value for --event flag of omitted (#3752)

This commit is contained in:
Dean Kleissas
2021-12-21 05:16:36 -05:00
committed by GitHub
parent 0b2f0c9b48
commit 385bc1b23a

View File

@@ -36,6 +36,7 @@ var (
}, },
cli.StringFlag{ cli.StringFlag{
Name: "event", Name: "event",
Value: "put,delete,get",
Usage: "filter specific type of event. Defaults to all event", Usage: "filter specific type of event. Defaults to all event",
}, },
cli.StringFlag{ cli.StringFlag{