Harshavardhana
54d0f9c553
Refactoring console printing style, supports --json even for error messages now - fixes #418
2015-05-22 18:27:07 -07:00
Harshavardhana
9f17f4ff83
Rename copy to cp
2015-05-18 20:56:22 -07:00
Harshavardhana
a862c41590
Re-enable progress bar with a NewProxyReader
2015-05-17 12:48:27 -07:00
Anand Babu (AB) Periasamy
b35ab2f873
quiet mode support for copy and sync
2015-05-16 17:30:58 -07:00
Harshavardhana
8299edc82c
Returning right after doCopy error, we should just print the error and move forward
2015-05-16 14:33:35 -07:00
Harshavardhana
ea833d8ca3
Implement sync command, leveraging cp code
2015-05-16 13:29:31 -07:00
Harshavardhana
af7d43dfe6
Some cleanup, sync to be enabled
2015-05-16 02:16:13 -07:00
Anand Babu (AB) Periasamy
90d4b452a9
Copy rewrite
2015-05-15 23:08:39 -07:00
Harshavardhana
e4a77c7391
Change minio-io to minio
2015-05-11 16:24:26 -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
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
89ecd00f93
Handle errors properly in cp
2015-04-28 17:45:19 -07:00
Harshavardhana
29562bc887
Implement sync command for single source multiple targets
2015-04-28 13:06:56 -07:00
Harshavardhana
23cee677b7
Add ./mc cp to support <source1> <source2> <target>
2015-04-28 11:59:48 -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
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