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

15 Commits

Author SHA1 Message Date
Harshavardhana
59ef9fe468 Support SSE without keys (#2626) 2019-01-04 11:56:43 -08:00
Harshavardhana
b7e87b623d Add admin users (#2554) 2018-10-16 14:54:25 -07:00
Anis Elleuch
c0b89a7aec Add support of empty directories in ls/rm/find commands (#2452) 2018-06-04 17:20:07 -07:00
Anis Elleuch
45b32d3985 errors: Add missing ending dot in error & fatal messages (#2418) 2018-03-23 12:22:55 +05:30
poornas
0ede95b65e add encrypt option to cp, mirror,pipe,stat, cat and rm commands (#2400) 2018-03-08 17:18:41 +05:30
ebozduman
83bb797389 Adds stderr and returns exit status of the cmd executed (#2361)
Fixes #2351
2018-01-23 13:17:47 +05:30
Harshavardhana
65c582cd5b Fixing find help message and behavior (#2320) 2017-12-01 18:04:09 -08:00
poornas
ab6b2a83ac Add new stat sub command (#2275) 2017-10-31 13:56:40 -07:00
Harshavardhana
7ad9a36b9d Add find basic functional test (#2284) 2017-10-13 13:51:12 +05:30
Krishnan Parthasarathi
207d5cfb61 Bucket events times are in RFC3339 format (#2278) 2017-10-12 11:26:22 -07:00
Harshavardhana
c10b429dcb Refactor and fix find bugs (#2273)
- Watch now avoids an unnecessary waitgroup and simplifies overall flow.
- Watch now honors maxDepth parameter as well.
- Parsing logic is fully outside in the mainFind() function.
- Enhance and fix behavior of nameMatch to comply with unix
  find behavior.
- Enhance and fix behavior of maxdepth to comply with unix
  find behavior.

Fixes #2272
2017-10-09 19:44:58 -07:00
Harshavardhana
25254c7622 refactor find command to be simpler (#2264) 2017-10-05 15:29:54 -07:00
Harshavardhana
37e5a78779 Fix and honor --json flag for find command. (#2263)
Currently `mc find` didn't honor `--json` flag properly,
this PR addresses that.

Additionally also take care of `List` returning errors
and handle them appropriately.

Fixes #2252
2017-10-03 16:49:36 -07:00
Carter McClellan
39197ea3ae Fix parsing error with mc find --older, and --newer (#2249) 2017-09-08 10:40:32 -07:00
Carter McClellan
49ef42d36a Implement mc find (#2201) 2017-09-05 15:44:10 -07:00