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

107 Commits

Author SHA1 Message Date
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
Harshavardhana
df94fdf08a Rename parseURL to getURL, since parsing is outside of mc context now 2015-04-19 19:39:02 -07:00
Harshavardhana
8bc587b8cf Now clients only take URLs - fixes #425
- Interface change, takes only minimal arguments
 - Passing URLs all the way down
 - Bucket and Object awareness only at per client level
2015-04-19 19:39:02 -07:00
Frederick F. Kautz IV
aae6b25262 Adding more error returning for ls cmd 2015-04-18 21:55:30 -07:00
Frederick F. Kautz IV
8b585ae245 Converting recursive copy to not fatal out but return errors 2015-04-18 21:00:47 -07:00
Frederick F. Kautz IV
2f0013fb38 Add more tests, fix attempted creation of bucket with file system 2015-04-18 19:47:54 -07:00
Frederick F. Kautz IV
445508c1b0 Adding more tests 2015-04-18 19:00:12 -07:00
Frederick F. Kautz IV
91c408551e Adding test for ls cmd 2015-04-18 18:32:09 -07:00
Frederick F. Kautz IV
ddbe0eee63 Adding recursive copy test 2015-04-17 21:33:48 -07:00
Harshavardhana
c706e152c6 Revert Alias behavior, make it passthrough and make Object Storage errors human readable 2015-04-17 21:31:15 -07:00
Harshavardhana
39d3f1439b Review error messages part of #286 2015-04-17 20:31:35 -07:00