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

122 Commits

Author SHA1 Message Date
Harshavardhana
2803d404d5 Simplify donut client side 2015-04-01 13:21:41 -07:00
Harshavardhana
7e6c1cc705 Use single place for Maxkeys at client interface 2015-03-30 19:07:23 -07:00
Anand Babu (AB) Periasamy
a88f206f4b better args/url parssing 2015-03-27 14:19:32 -07:00
Harshavardhana
936fda7eac Add gocyclo and fix all its complaints use 15 as cyclomatic threshold 2015-03-25 18:39:42 -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
Harshavardhana
bcf41c53c2 Move From codegangsta/cli to minio-io/cli fork 2015-03-24 20:24:51 -07:00
Harshavardhana
c8f254c6b2 Build fix 2015-03-23 19:35:42 -07:00
Harshavardhana
bd18e3c260 Move back to functional style for simplicity 2015-03-23 15:43:02 -07:00
Harshavardhana
760453fe32 Improve url parser, inherit url.URL 2015-03-23 14:08:33 -07:00
Anand Babu (AB) Periasamy
7259d50862 url parsers 2015-03-23 13:24:27 -07:00
Harshavardhana
03248884de Fix composite literal uses unkeyed fields 2015-03-22 20:14:53 -07:00
Harshavardhana
d1550045b3 Donut command 2015-03-22 20:03:39 -07:00
Anand Babu (AB) Periasamy
b855e37945 new config file format and some restructuring 2015-03-19 18:09:56 -07:00
Harshavardhana
3403ef08f7 Move from Mini --> Minimalist for all license headers 2015-03-19 15:05:30 -07:00
Harshavardhana
f7d2f2cf3b Add stub options and rename some functions 2015-03-17 21:54:27 -07:00
Anand Babu (AB) Periasamy
f49582d9c8 remove utc offset while listing 2015-03-15 16:56:24 -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
ee373be9c8 print ./mc ls in a proper format 2015-03-13 15:46:41 -07:00
Harshavardhana
503fa1f239 Add recursive directory upload and bucket download
support for './mc cp' with -r, deprecate './mc sync'

 ```
  $ ./mc cp -r <directory_name> s3://<yourbucketname>
  $ ./mc cp -r s3://<yourbucketname> <directory_name>
 ```

NOTE: resume is not supported yet
2015-03-13 02:59:57 -07:00
Harshavardhana
8fd4e4a0bb Refactor ./mc cp with various modes of operation
- First mode of operation supports with style `Path` `S3Path` or `Path` `S3Bucket`
- Second mode of operation supports with style `S3Path` `Path` or `S3Path` `.`
- Third mode of operation supports with style `S3Path` `S3Path` or `S3Path` `S3Bucket`
2015-03-12 19:12:19 -07:00
Harshavardhana
7ef6214ddd More restructue and add a new cli option to generate bash completion file. 2015-03-11 18:14:19 -07:00
Anand Babu (AB) Periasamy
77207a7477 renamed source files appropriately 2015-03-11 15:17:27 -07:00