1
0
mirror of https://github.com/minio/mc.git synced 2025-11-14 23:42:27 +03:00
Commit Graph

83 Commits

Author SHA1 Message Date
Anand Babu (AB) Periasamy
425b46abab rename to registerCmd 2015-06-05 16:43:27 -07:00
Harshavardhana
d98b419a6a Why only modularize cmd, do flags as well 2015-05-31 02:01:02 -07:00
Anand Babu (AB) Periasamy
31d1c25aa7 further modularize command options 2015-05-30 19:39:06 -07:00
Anand Babu (AB) Periasamy
fefdbd35ed global alias option 2015-05-30 17:49:08 -07:00
Anand Babu (AB) Periasamy
2c1c5254c7 reorg doc strings 2015-05-30 17:33:18 -07:00
Anand Babu (AB) Periasamy
d57fdd909f remove retry capability 2015-05-30 16:53:34 -07:00
Harshavardhana
852590012d Update cmd-options with new updated README.md 2015-05-27 16:56:47 -07:00
Harshavardhana
8b0f9b7018 Handle 0byte file downloads properly 2015-05-23 13:01:01 -07:00
Harshavardhana
edb8381400 Refactor debugging output, implement --json output currently only supported on 'ls' 2015-05-21 22:30:32 -07:00
Harshavardhana
fffb947e66 Fix diff handling of non-existant files from source and target 2015-05-21 20:32:29 -07:00
Harshavardhana
aeaf8d4055 Reorder options, print only error messages 2015-05-21 18:08:12 -07:00
Harshavardhana
b4d64badc7 Expand aliasnames honoring "/" 2015-05-21 17:14:39 -07:00
Harshavardhana
c5435ee854 Re-arrange command definitions, in order of cli command ordering 2015-05-20 02:52:08 -07:00
Anand Babu (AB) Periasamy
726780c79d diff command for mc 2015-05-19 18:57:21 -07:00
Harshavardhana
201e6eb78a Final working full utf-8 support 2015-05-19 17:35:03 -07:00
Harshavardhana
25e4eb8b5b mc update has no arguments and errors are now meaningful 2015-05-15 22:48:43 -07:00
Harshavardhana
e4a77c7391 Change minio-io to minio 2015-05-11 16:24:26 -07:00
Harshavardhana
0ff33a2d48 Merge pull request #599 from harshavardhana/pr_out_add_new_option_for_bucket_acl_named_authenticated_read_to_provide_read_access_to_all_users_who_are_part_of_authenticatedusers_group 2015-05-08 21:14:08 -07:00
Harshavardhana
e57e6de098 Add new option for bucket ACL named `authenticated-read`
This provides read access to all users who are part of AuthenticatedUsers group

~~~
  $ mc access authenticated https://s3.amazonaws.com/bucketname
~~~
2015-05-08 21:12:32 -07:00
Harshavardhana
6a6f2ec6f9 Update mc documetation move everything pointing to localhost to play.minio.io 2015-05-08 20:55:05 -07:00
Harshavardhana
9833697e0a Add more fixes and helpful messaging
- check for config file for each command, prior to error out properly
  - hostconfig doesn't do any key verification, let client s3 verify it as needed
  - mc update change URL pointed to dl.minio.io minio server, still not functional yet
2015-04-30 14:03:06 -07:00
Harshavardhana
1e38777fd2 Add documentation for update, and use PathStyle for play.minio.io for now 2015-04-28 19:45:05 -07:00
Harshavardhana
6e426b2939 Make alias a subcommand and part of config subcommand 2015-04-28 18:23:02 -07:00
Harshavardhana
89ecd00f93 Handle errors properly in cp 2015-04-28 17:45:19 -07:00
Harshavardhana
8ffd8d0f26 User folder instead of directories in documentation 2015-04-28 12:15:09 -07:00
Harshavardhana
23cee677b7 Add ./mc cp to support <source1> <source2> <target> 2015-04-28 11:59:48 -07:00
Harshavardhana
744ed7dcd1 Bring old documentation back 2015-04-28 11:03:34 -07:00
Harshavardhana
41637a2155 Review comments, part of #451 2015-04-28 02:35:46 -07:00
Harshavardhana
bb065502dd Update ls docs and fix a bug 2015-04-27 21:20:21 -07:00
Harshavardhana
dbf388863d Update cp documentation no multi target 2015-04-27 16:47:06 -07:00
Harshavardhana
c57c3ddbf6 Make cmd-config simpler, context processing happens only by one function 2015-04-26 19:11:38 -07:00
Harshavardhana
511416b0f9 Recursive copy with prefix works now fixes - #496 2015-04-26 16:02:57 -07:00
Harshavardhana
339ecbe4ac Update documentation 2015-04-26 04:59:39 -07:00
Harshavardhana
51f3448ff8 Update cli with new changes 2015-04-26 04:58:04 -07:00
Anand Babu (AB) Periasamy
514b848d46 Console outputs Fatal, Error and Debug messages on os.stderr 2015-04-24 04:01:55 -07:00
Harshavardhana
4e05b59298 Implement access command 2015-04-24 02:09:27 -07:00
Harshavardhana
bc68f1d9f4 Make some doc changes to cat cmd 2015-04-23 23:16:02 -07:00
Anand Babu (AB) Periasamy
c09ce54090 console enhancements, consistent error message and janitor duty 2015-04-23 21:25:10 -07:00
Frederick F. Kautz IV
1843bd7fc9 Adding mc cat 2015-04-23 20:23:01 -07:00
Harshavardhana
c120a5853d Now bucket creation requires a simple CannedACLs to start with
$ ./mc mb <acl_type> <target>
2015-04-23 14:22:48 -07:00
Anand Babu (AB) Periasamy
b923232e9f console theme improvements 2015-04-22 18:05:42 -07:00
Harshavardhana
7ec954a78b Fix a crash on windows when source is malformed 2015-04-22 13:20:02 -07:00
Harshavardhana
2474545a45 Remove -r introduce ... as recursive keyword 2015-04-21 15:41:30 -07:00
Harshavardhana
095ae11caf Migrate to quick Config, qdb takes the high road 2015-04-21 13:47:46 -07:00
Harshavardhana
d407c753c5 Add a new --retry flag to change default retry count 2015-04-19 22:46:23 -07:00
Frederick F. Kautz IV
f10da22642 Splitting mb to be more testable 2015-04-18 19:23:50 -07:00
Frederick F. Kautz IV
1f6273ec04 Renaming doCmdList to runCmdList 2015-04-18 16:08:11 -07:00
Harshavardhana
5f4d89ccd5 Deprecate bash-completion support 2015-04-17 20:17:27 -07:00
Anand Babu (AB) Periasamy
040b15b240 disable console theme on Windows 2015-04-17 16:31:30 -07:00
Anand Babu (AB) Periasamy
90f853a00f Modern Copy to Mini Copy 2015-04-16 20:13:52 -07:00