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

29 Commits

Author SHA1 Message Date
Frederick F. Kautz IV
295020468a Adding test function for getting config file 2015-04-10 18:42:07 -07:00
Frederick F. Kautz IV
44c9c3397b Getting rid of get trace transport method 2015-04-10 18:12:49 -07:00
Frederick F. Kautz IV
84c5c244b9 Removing fatal side effects from get bash completion config 2015-04-10 17:50:44 -07:00
Frederick F. Kautz IV
37741a292a Updating how config files are retrieved 2015-04-10 14:29:12 -07:00
Harshavardhana
ad35fe72d0 Move colors to console package, now implement colored
- Fatal, Fatalf, Fatalln
 - Error, Errorln
 - Info, Infof, Infoln
2015-04-10 01:14:47 -07:00
Anand Babu (AB) Periasamy
22187fb0d7 config bug fixes and removed default-host support 2015-04-09 02:44:59 -07:00
Anand Babu (AB) Periasamy
99240bfb2d config bug fixes and removed default-host support 2015-04-09 02:41:59 -07:00
Frederick F. Kautz IV
a2d0bfdc62 Simplifying switch case 2015-04-08 23:18:07 -07:00
Frederick F. Kautz IV
9f791493ae Removing unused code 2015-04-08 23:13:03 -07:00
Frederick F. Kautz IV
bf3182ac6b Running goimports 2015-04-08 21:01:18 -07:00
Harshavardhana
8ea467294f iodine deps now coming in from minio-io/pkg/iodine 2015-04-08 18:19:51 -07:00
Harshavardhana
abd2bd729b Update documentation 2015-04-08 17:02:50 -07:00
Harshavardhana
bb1324148f Revert "Get rid of client interface and move s3 back into a struct"
This reverts commit 4a2facfa7b.
2015-04-08 16:18:20 -07:00
Harshavardhana
4a2facfa7b Get rid of client interface and move s3 back into a struct 2015-04-08 16:06:25 -07:00
Frederick F. Kautz IV
36e0846b26 Adding more iodine to cmd-common.go 2015-04-06 11:58:10 -07:00
Frederick F. Kautz IV
73627de0ca Adding iodine to cmd-common 2015-04-05 21:45:38 -07:00
Anand Babu (AB) Periasamy
ec0360d9bd donut cleanup 2015-04-05 11:21:19 -07:00
Harshavardhana
1d8564d003 cleanup http tracer code 2015-04-04 18:29:41 -07:00
Anand Babu (AB) Periasamy
97ef5809ff multi target copy 2015-04-04 14:07:45 -07:00
Anand Babu (AB) Periasamy
02e7e35d7b first step to rewrite copy cmd 2015-04-03 12:56:28 -07:00
Anand Babu (AB) Periasamy
ba233bab60 move all global variables to globals 2015-04-01 20:08:21 -07:00
Harshavardhana
a2cd9ebbc2 Update to latest changes from minio-io/donut and other fixes
completed work

  - ListObjects() - buckets(sorted)
  - ListBuckets() - objects(sorted)
  - Get() - object
  - Put() - object

TODO: further cleanups in progress
2015-03-31 16:28:22 -07:00
Anand Babu (AB) Periasamy
a88f206f4b better args/url parssing 2015-03-27 14:19:32 -07:00
Harshavardhana
381f071390 Implement attach, detach disk into donut config 2015-03-26 18:48:00 -07:00
Anand Babu (AB) Periasamy
dc47ae2449 improvements to config file and alias 2015-03-17 22:35:58 -07:00
Anand Babu (AB) Periasamy
b3110539a4 alias support 2015-03-17 22:35:58 -07:00
Harshavardhana
5416124514 Move bash completion to ./mc config subcommand 2015-03-15 18:36:35 -07:00
Harshavardhana
427e38d837 New changes coming
- moving away from improper s3:// URI to standard http URI's
  - migrate and test all commands ./mc ls, ./mc cp, ./mc cp -r
  - move s3-trace.go s3/pkg/trace.go, make it part of S3 package
    and document it.
  - various other cleanup.
2015-03-15 01:05:54 -07:00
Harshavardhana
6facf352be Upload files if bucket is empty 2015-03-13 17:16:11 -07:00