Harshavardhana
54d0f9c553
Refactoring console printing style, supports --json even for error messages now - fixes #418
2015-05-22 18:27:07 -07:00
Harshavardhana
edb8381400
Refactor debugging output, implement --json output currently only supported on 'ls'
2015-05-21 22:30:32 -07:00
Harshavardhana
26fbc3bc20
Change closed brackets to quote characters and remove brackets for Reason
2015-05-20 20:51:44 -07:00
Harshavardhana
fc660f1350
Simplify GetObject, PutObject to not use md5sum for now.
2015-05-19 12:29:52 -07:00
Harshavardhana
cd93bfd251
Migrate mc s3 client code to objecstorage-go library, now all requests from mc are signature v4 authenticated
2015-05-13 19:05:31 -07:00
Harshavardhana
e4a77c7391
Change minio-io to minio
2015-05-11 16:24:26 -07:00
Harshavardhana
1c4351979a
Combine Get() and GetPartial to be GetObject() with offset and length parameters
...
- GetObject(0, 0) does a full download on the object
- GetObject(n, m) does a partial download on the object at offset n upto length m
2015-05-11 15:02:45 -07:00
Harshavardhana
78a9f175e5
Revert "Remove MD5 requirement for ETag" - apparently we need it :(
...
This reverts commit 7103a9433b .
2015-05-08 15:00:41 -07:00
Harshavardhana
7103a9433b
Remove MD5 requirement for ETag
2015-05-08 13:28:31 -07:00
Harshavardhana
f914a059d3
Use console.Debugln instead of log.Debug.Println
2015-05-02 12:32:21 -07:00
Harshavardhana
766dbfa559
"unstruct client functions"
...
Original-Author: Anand Babu Periasamy <ab@minio.io >
2015-05-02 11:41:30 -07:00
Harshavardhana
945ae36101
Fix mc cat bug for sudo terminals
2015-05-01 21:09:40 -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
1ceed3dc20
Revert "unstruct client functions"
2015-04-29 21:28:28 -07:00
Anand Babu (AB) Periasamy
0d191ceb83
unstruct client functions
2015-04-29 19:06:42 -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
c57c3ddbf6
Make cmd-config simpler, context processing happens only by one function
2015-04-26 19:11:38 -07:00
Harshavardhana
17f9a0e18e
Now mc cat is multi source
2015-04-26 04:59:39 -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
520ae61b15
Merge pull request #525 from fkautz/pr_out_running_goimports_on_cmd_cat_go
2015-04-23 21:37:17 -07:00
Frederick F. Kautz IV
e2ed40f638
Running goimports on cmd-cat.go
2015-04-23 21:36:09 -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
Frederick F. Kautz IV
7f05e34bf1
Removing completed TODOs
2015-04-23 20:56:49 -07:00
Frederick F. Kautz IV
5da118366a
Removing unnecessary error suppression code from cat
2015-04-23 20:54:43 -07:00
Frederick F. Kautz IV
a640af6043
Adding human readable error messages to cat
2015-04-23 20:52:33 -07:00
Frederick F. Kautz IV
39c336bbd1
Adding error messages
2015-04-23 20:33:22 -07:00
Frederick F. Kautz IV
fcece3b238
Returning 1 on cat error
2015-04-23 20:26:02 -07:00
Frederick F. Kautz IV
1843bd7fc9
Adding mc cat
2015-04-23 20:23:01 -07:00