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

16 Commits

Author SHA1 Message Date
poornas
069968c8aa Change replicate command cli (#3335) 2020-08-07 08:15:27 -07:00
Harshavardhana
6a98216c53 rename all bucket commands (#3334) 2020-07-31 15:18:57 -07:00
poornas
7ffa755cd9 Move version commands to top level (#3329) 2020-07-30 09:53:15 -07:00
poornas
ceb216f8a3 Add mc encrypt command (#3312) 2020-07-29 21:26:42 -07:00
Anis Elleuch
90dc31f6ba Move from mc config host to alias command (#3311)
```
mc alias set
   alias remove
   alias list
```

are new commands that replace mc config host sub-commands.

mc config host will still be available but hidden for backward
compatiblity. The JSON output is also kept if the user is running mc
config host command.
2020-07-28 10:26:41 -07:00
Harshavardhana
90d22b271f move 'mc ilm' to 'mc bucket ilm' (#3320)
update relevant docs and use the same
usage message consistently
2020-07-25 11:31:42 -07:00
poornas
2750c4bfe6 Add replication commands (#3272)
`mc admin bucket replication` command
manages replication targets on MinIO server

`mc bucket replicate` allows setting replication 
configuration on the source bucket
2020-07-24 12:34:13 -07:00
poornas
c61a26269f Move mc lock to mc bucket lock (#3309) 2020-07-24 01:18:55 -07:00
Anis Elleuch
442facedd1 Implement rewind flag in ls and cp commands (#3304)
--rewind will go back in time and select specific object versions that are
the latest at the specified time.

--versions will display all the versions

cp will just ignore if the latest version is a delete marker
ls will print delete markers with a (deleted) at the end
2020-07-23 11:18:38 -07:00
poornas
023e56e0a1 Add mc bucket version command (#3308) 2020-07-21 10:10:57 -07:00
ebozduman
d5b6931a1e Apply global context for all apis (#3240) 2020-06-16 16:55:31 -07:00
Bala FA
09c31c4ab2 add bucket tagging support (#3182) 2020-05-15 12:10:50 -07:00
Anis Elleuch
71196b1013 completion: Complete path starting with ~/ (#3217)
posener/complete library does not support paths starting
with a tilde. This commit implements a workaround for that.
2020-05-15 08:12:47 -07:00
Harshavardhana
c8c5c15249 fix auto-complete for missing commands (#3189) 2020-04-23 20:11:35 -07:00
Anis Elleuch
64a78e7811 Add global context and adapt context change in admin API (#3125)
This commit adds a new global context, monitors os signals
and cancels the global context in such cases to exit
on going process gracefully.

It will also update minio-go and adapts the code with
the new context changes in the admin API.
2020-03-21 13:42:41 -07:00
Harshavardhana
cb110f7403 Add support for auto-complete in 'mc admin config' commands (#2975) 2019-11-27 09:36:40 -08:00