Harshavardhana
10911e791f
Standardize on s3:// as the default URI for all operations
...
- ./mc ls s3://<bucket>/<object>
where <bucket> and <object> are optional
- ./mc cp s3://<bucket>/<object> .
Downloads <object> to your present working directory
- ./mc cp <object> s3://<bucket>/<key>
Uploads <object> to your <bucket> with name <key>
where <key> is optional
2015-03-07 19:05:51 -08:00
Anand Babu (AB) Periasamy
67b044fb5f
configuration and other misc improements
2015-03-06 17:21:58 -08:00
Harshavardhana
c35ad418aa
User net/url and remove uri implementation
2015-03-05 01:59:54 -08:00
Harshavardhana
c1af2ccf67
Code cleanup and standardizing in accordance with Golang coding guidelines
2015-03-05 01:18:00 -08:00
Harshavardhana
b78a36d7ac
Janitor role on mc and fix obvious issues
2015-03-03 16:00:06 -08:00
Harshavardhana
c0bdcad429
Move Hostname to Endpoint, remove md5sum calculation for now.
2015-02-24 13:57:23 -08:00
Harshavardhana
4e7f621ebd
Provide new style
...
```
$ ./mc cp s3://yourbucket/key .
$ ./mc cp new-file s3://yourbucket
```
2015-02-20 20:26:13 -08:00
Harshavardhana
741febd318
Add minio cli, move 's3' stuff with 's3' prefix
2015-01-22 12:38:02 -08:00