1
0
mirror of https://github.com/minio/mc.git synced 2025-11-14 23:42:27 +03:00
Commit Graph

9 Commits

Author SHA1 Message Date
Harshavardhana
f21dc1a990 Code cleanup and simplification
- Print in human-readable not amazon format
   - Send stat() before accessing object, error gracefully
   - Move client and bucket API operations to their own files
   - Remove unused functions, constants and variables
   - Rename API operations to sensible names
        * GetBucket --> ListObjects
        * Buckets --> ListBuckets
2015-03-08 18:47:45 -07:00
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