Harshavardhana
1e8c803478
Remove docs directory, approaching self documentation
2015-04-10 21:09:45 -07:00
Frederick F. Kautz IV
84c5c244b9
Removing fatal side effects from get bash completion config
2015-04-10 17:50:44 -07:00
Frederick F. Kautz IV
37741a292a
Updating how config files are retrieved
2015-04-10 14:29:12 -07:00
Frederick F. Kautz IV
c48fe39767
Removing more dead code
2015-04-09 23:41:11 -07:00
Harshavardhana
e8baa6c8e9
Add ./mc update command
2015-04-08 21:41:59 -07:00
Harshavardhana
abd2bd729b
Update documentation
2015-04-08 17:02:50 -07:00
Harshavardhana
166c6dc5b8
Add make bucket custom help template
2015-04-08 16:17:39 -07:00
Anand Babu (AB) Periasamy
ec0360d9bd
donut cleanup
2015-04-05 11:21:19 -07:00
Harshavardhana
cbbe7bd8b2
Update donut to new changes at minio-io/donut
2015-04-02 18:36:16 -07:00
Harshavardhana
f4f6f138d7
Use the new CustomHelpTemplate cli.Command{} option for detailed help
2015-04-02 16:09:00 -07:00
Harshavardhana
bcf41c53c2
Move From codegangsta/cli to minio-io/cli fork
2015-03-24 20:24:51 -07:00
Anand Babu (AB) Periasamy
a8987f924a
Cleanup janitor duty
2015-03-22 20:37:41 -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
a911f67262
Add a way to update alias using --alias <aliasname> <url>
2015-03-19 14:24:27 -07:00
Anand Babu (AB) Periasamy
b3110539a4
alias support
2015-03-17 22:35:58 -07:00
Harshavardhana
f7d2f2cf3b
Add stub options and rename some functions
2015-03-17 21:54:27 -07:00
Harshavardhana
5416124514
Move bash completion to ./mc config subcommand
2015-03-15 18:36:35 -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
be59793b78
Update docs
2015-03-13 03:18:59 -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
Anand Babu (AB) Periasamy
ac5a872220
empty URI lists top level buckets now & other minor cleanups
2015-03-12 22:30:51 -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