1
0
mirror of https://github.com/minio/mc.git synced 2025-11-12 01:02:26 +03:00
Commit Graph

68 Commits

Author SHA1 Message Date
Harshavardhana
3914036db4 All commands now work with fs client - fixes #290 2015-04-11 20:53:53 -07:00
Anand Babu (AB) Periasamy
e7a2699ab2 minio client becomes modern copy 2015-04-11 17:11:38 -07:00
Harshavardhana
51bb8f199b Add file client 2015-04-10 17:06:41 -07:00
Frederick F. Kautz IV
3fa6695142 Fix build break 2015-04-09 23:38:28 -07:00
Frederick F. Kautz IV
a7b082a676 Minor cleanup of pkg/client code 2015-04-09 23:34:20 -07:00
Harshavardhana
6e9fe6dc56 mc client interface now provides typed errors 2015-04-08 22:21:01 -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
Harshavardhana
e279da678f Cleanup s3 client, iodize it as well 2015-04-08 13:56:20 -07:00
Anand Babu (AB) Periasamy
d7a12dcef4 Simplify ListObject API 2015-04-05 01:29:13 -07:00
Harshavardhana
1f898e125e out of memory issue fixed #234
This is fixed by removing bytes.Buffer to calculate md5 during upload
2015-04-04 22:23:07 -07:00
Anand Babu (AB) Periasamy
ba233bab60 move all global variables to globals 2015-04-01 20:08:21 -07:00
Harshavardhana
2803d404d5 Simplify donut client side 2015-04-01 13:21:41 -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
Harshavardhana
5055071b8d mc and new Donut now supports ListObjects() 2015-03-30 19:04:00 -07:00
Harshavardhana
4648965761 New changes, Put object donut works with multi-disk 2015-03-30 17:25:23 -07:00
Harshavardhana
bd18e3c260 Move back to functional style for simplicity 2015-03-23 15:43:02 -07:00
Harshavardhana
d1550045b3 Donut command 2015-03-22 20:03:39 -07:00