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

12 Commits

Author SHA1 Message Date
Harshavardhana
a74dce0412 bucketFromHost() was buggy remove it, we have better ways to grab bucketNames 2015-04-30 21:00:28 -07:00
Harshavardhana
744ed7dcd1 Bring old documentation back 2015-04-28 11:03:34 -07:00
Harshavardhana
877d32236c Make sure to set the Date's properly in s3Client 2015-04-27 04:30:49 -07:00
Harshavardhana
31ddab431e Add license and create a new file LICENSE.GOOGLE 2015-04-24 21:17:01 -07:00
Anand Babu (AB) Periasamy
c09ce54090 console enhancements, consistent error message and janitor duty 2015-04-23 21:25:10 -07:00
Anand Babu (AB) Periasamy
90f853a00f Modern Copy to Mini Copy 2015-04-16 20:13:52 -07:00
Anand Babu (AB) Periasamy
e7a2699ab2 minio client becomes modern copy 2015-04-11 17:11:38 -07:00
Frederick F. Kautz IV
4f4e472856 Removing more unused functions and variables 2015-04-08 23:21:05 -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
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
3ea3256d87 Implement donut client to be used with mc now supports creating bucket, cp of objects in and out 2015-03-25 12:57:33 -07:00