1
0
mirror of https://github.com/minio/mc.git synced 2025-11-13 12:22:45 +03:00
Commit Graph

67 Commits

Author SHA1 Message Date
Harshavardhana
b94e67e57f Add new tests for common methods, make necessary changes to support testing config file creation 2015-05-20 17:04:42 -07:00
Harshavardhana
31e24bfb29 Complete fs tests for objectRange and List recursive 2015-05-20 11:45:27 -07:00
Harshavardhana
dad7af0fe3 Improve and use regexp for Scheme validation 2015-05-19 11:18:22 -07:00
Anand Babu (AB) Periasamy
d1a22403e5 cache repeated config loads 2015-05-16 18:32:35 -07:00
Anand Babu (AB) Periasamy
b35ab2f873 quiet mode support for copy and sync 2015-05-16 17:30:58 -07:00
Anand Babu (AB) Periasamy
90d4b452a9 Copy rewrite 2015-05-15 23:08:39 -07:00
Anis Elleuch
4f783ce840 Add FreeBSD support 2015-05-14 21:11:06 +00:00
Harshavardhana
e4a77c7391 Change minio-io to minio 2015-05-11 16:24:26 -07:00
Harshavardhana
607d86e5c3 Add few more tests 2015-05-02 14:04:29 -07:00
Harshavardhana
766dbfa559 "unstruct client functions"
Original-Author: Anand Babu Periasamy <ab@minio.io>
2015-05-02 11:41:30 -07:00
Harshavardhana
62f1b22295 Merge pull request #589 from harshavardhana/pr_out_full_cleanup_of_s3_client_for_mc 2015-05-02 11:29:46 -07:00
Harshavardhana
78a78c072a Full cleanup of s3 client for mc 2015-05-02 11:28:31 -07:00
Harshavardhana
945ae36101 Fix mc cat bug for sudo terminals 2015-05-01 21:09:40 -07:00
Harshavardhana
a0e7b8cfaf OSX Support :-) - thanks to sri@h2o.ai 2015-05-01 01:09:58 -07:00
Harshavardhana
2f9e7d4dbf Add testing code for CmdAccess() 2015-04-29 14:01:30 -07:00
Harshavardhana
8ba6261e18 Make getURL - getExpandedURL 2015-04-28 12:50:44 -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
f24a42a32b Non recursive ls - fixes #479 2015-04-27 20:57:17 -07:00
Harshavardhana
4df161e14f Fix a datarace in TestCmdCatFile/TestCmdCatObject test cases 2015-04-27 17:54:04 -07:00
Harshavardhana
91855f335d Another change to get ./mc cp closer to unix cp 2015-04-27 17:49:39 -07:00
Harshavardhana
a9317ba22f Add recursive copy 2015-04-26 15:24:16 -07:00
Harshavardhana
8eefa26719 Re-implement cp make it closer to regular unix cp 2015-04-26 04:59:39 -07:00
Harshavardhana
d291706014 Simplify cat by using Put(), since now Put() supports calculating md5sum internally
and report errors on Close()
2015-04-24 20:46:43 -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
Frederick F. Kautz IV
15fe8c2329 Adding copyright to cmd-cat.go 2015-04-23 21:32:40 -07:00
Frederick F. Kautz IV
01ebdd418c Fix md5sum failing on success 2015-04-23 21:28:25 -07:00
Anand Babu (AB) Periasamy
c09ce54090 console enhancements, consistent error message and janitor duty 2015-04-23 21:25:10 -07:00
Harshavardhana
9f97409362 Migrate fully to List() with channel everywhere, deprecate old List() API 2015-04-23 20:36:44 -07:00
Frederick F. Kautz IV
142e569527 Merge pull request #515 from fkautz/pr_out_adding_mc_cat 2015-04-23 20:23:56 -07:00
Frederick F. Kautz IV
1843bd7fc9 Adding mc cat 2015-04-23 20:23:01 -07:00
Harshavardhana
972c476e36 Add ListOnChannel() for fs{unix,windows} and cmd-ls 2015-04-23 20:02:48 -07:00
Harshavardhana
527b1ca96d ListOnChannel() - now listbuckets and objects through channel replies.
Still doesn't do full recursive of all objects based on marker, that is the next step.
2015-04-23 18:01:12 -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
Harshavardhana
4e53814cc3 Add bucket ACL support 2015-04-23 12:10:51 -07:00
Harshavardhana
d5b0edc7c0 Reply messages from doCopyCmdRecursive() and do not exit on errors during doCopyCmd() 2015-04-22 01:41:13 -07:00
Harshavardhana
dc200a62fc Disallow `bucket` creation with uppercase letters 2015-04-22 01:22:22 -07:00
Harshavardhana
629a4c1cd4 Merge pull request #488 from harshavardhana/pr_out_fix_listcmd_makebucketcmd_for_multi_target 2015-04-21 16:35:50 -07:00
Harshavardhana
e3c1b8eabc Fix ListCmd() MakeBucketCmd() for multi target 2015-04-21 16:29:33 -07:00
Frederick F. Kautz IV
2ba56b286c Fixing errors in doCopyCmd 2015-04-21 16:26:30 -07:00
Frederick F. Kautz IV
3ae23a9a85 Removing duplication in doCopyCmdRecursive, now depends on doCopyCmd 2015-04-21 16:03:40 -07:00
Harshavardhana
095ae11caf Migrate to quick Config, qdb takes the high road 2015-04-21 13:47:46 -07:00
Harshavardhana
6adb5e5217 Move getHostConfig() outside of getNewClient(), waiting on new qConfig to simplify this further 2015-04-21 01:14:28 -07:00
Frederick F. Kautz IV
02c2616dc4 Adding more tests for cp, fixing few minor bugs 2015-04-20 20:53:20 -07:00
Frederick F. Kautz IV
e61639897d Full coverage of doMb 2015-04-20 19:35:56 -07:00
Frederick F. Kautz IV
33869c524a Renaming StatBucket to Stat 2015-04-20 12:47:11 -07:00
Harshavardhana
a2b886a6e9 Add missing AssertExpectations() for previous commit 2015-04-20 01:17:52 -07:00
Harshavardhana
d66898048d Enable TestCopyRecursive() back, test passes cleanly now 2015-04-20 01:05:21 -07:00
Harshavardhana
f37412777a Fix various merge conflicts, TestCopyRecursive() disabled for now will renable after fixing it 2015-04-19 19:56:29 -07:00