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:
@@ -36,6 +36,7 @@ var (
|
||||
},
|
||||
cli.StringFlag{
|
||||
Name: "event",
|
||||
Value: "put,delete,get",
|
||||
Usage: "filter specific type of event. Defaults to all event",
|
||||
},
|
||||
cli.StringFlag{
|
||||
|
||||
Reference in New Issue
Block a user