flags.BoolVarP(flagSet,&Opt.pathBucketMode,"force-path-style","",Opt.pathBucketMode,"If true use path style access if false use virtual hosted style (default true)","")
flags.StringVarP(flagSet,&Opt.hashName,"etag-hash","",Opt.hashName,"Which hash to use for the ETag, or auto or blank for off","")
flags.StringArrayVarP(flagSet,&Opt.authPair,"s3-authkey","",Opt.authPair,"Set key pair for v4 authorization, split by comma","")
flags.BoolVarP(flagSet,&Opt.noCleanup,"no-cleanup","",Opt.noCleanup,"Not to cleanup empty folder after object is deleted","")