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

18 Commits

Author SHA1 Message Date
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
4067b0be18 Move s3errors and make it part of standard s3 package.
Also update 'resourceList' with additional resources from
amazon api.
2015-03-19 00:15:44 -07:00
Harshavardhana
bbe0fc5303 Add key and bucket name handling for s3 properly 2015-03-15 14:12:11 -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
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
d1ce84d26e Md5 b64 encoding was wrong, fix it 2015-03-07 16:35:42 -08:00
Harshavardhana
c1af2ccf67 Code cleanup and standardizing in accordance with Golang coding guidelines 2015-03-05 01:18:00 -08:00
Harshavardhana
cd519cec33 Implement basic 'mc sync' command
Usage:

   - ./mc sync docs

      -- Creates a bucket named ``docs``
      -- Copies all the files with in ``docs``
2015-02-25 02:09:07 -08:00
Harshavardhana
6b685b744f Complete ls command it supports now
- ./mc ls
   [... list buckets ... ]

  - ./mc ls your-bucket
   [... list objects ... ]

  - ./mc ls your-bucket/object
   [date size object]
2015-02-24 17:36:04 -08:00
Harshavardhana
f3ed11a363 Add s3pathstyle boolean to check for path v/s subdomain requests 2015-02-24 14:13:28 -08:00
Harshavardhana
c0bdcad429 Move Hostname to Endpoint, remove md5sum calculation for now. 2015-02-24 13:57:23 -08:00
Harshavardhana
516631d388 Secretkey should be SecretAccessKey 2015-02-10 03:08:00 -08:00
Harshavardhana
231f0c3efb Squash minio package into s3 package 2015-02-08 18:01:05 -08:00
Harshavardhana
43451eff68 Rename SecretAccess to Secret to be more appropriate 2015-02-06 02:16:35 -08:00
Harshavardhana
b41278d4e7 Now minio client can access minio server through HMAC style authentication 2015-02-06 01:36:47 -08:00
Harshavardhana
a34985479e A working s3Client library from Google 2015-01-15 00:20:16 -08:00