1
0
mirror of https://github.com/minio/mc.git synced 2025-11-12 01:02:26 +03:00
Commit Graph

41 Commits

Author SHA1 Message Date
Krishna Srinivas
3211d184e5 diff - dump the sorted list of source and destination to local disk file and then diff from the local files 2015-09-30 21:05:09 -07:00
Harshavardhana
6295a1910e Fix mcVersion and keep it in http.TimeFormat by default 2015-09-22 14:34:53 -07:00
Harshavardhana
6a493df5eb migrate from ConfigV4 to ConfigV5, rename Signature to API 2015-09-21 22:36:50 -07:00
Harshavardhana
e8e24ca723 Add support for signature v2 - fixes #1111 2015-09-21 21:00:07 -07:00
Anand Babu (AB) Periasamy
47b8267b5f share url bug fixes 2015-09-12 18:12:33 -07:00
Harshavardhana
46b740f07c Store list of shared URLs locally until their expiry, this implements 'mc share list' command 2015-09-11 18:04:10 -07:00
Harshavardhana
4d716f2956 Move to version 3, jsonify config version from now on 2015-08-28 23:29:37 -07:00
Harshavardhana
f831d94d3f Revert "Change ACL to Access"
This reverts commit 68b3b0aac2.

Revert "Object ACL now propagates through ACL config, update minio-go library to bing in SetObjectACL() support"

This reverts commit 6816542c7a.
2015-08-28 22:37:10 -07:00
Harshavardhana
6816542c7a Object ACL now propagates through ACL config, update minio-go library to bing in SetObjectACL() support 2015-08-28 21:20:41 -07:00
Harshavardhana
878c8e2693 Migrate to newer version of config '2' 2015-08-20 21:03:39 -07:00
Harshavardhana
192518d679 Add new version command 2015-08-13 20:50:32 -07:00
Harshavardhana
3185ca1146 Improve share command 2015-08-12 17:00:07 -07:00
Harshavardhana
38a25410ef Rename --alias to --mimic, remove --force flag 2015-08-12 16:02:11 -07:00
Harshavardhana
e7dab5f1cf Migrating from iodine to probe 2015-08-03 11:04:34 -07:00
Harshavardhana
2e23ca3ce9 Add migration code for migrating from config version 1.0.0 to 1.0.1 2015-07-23 14:32:21 -07:00
Harshavardhana
f8eaa96b1d Add force flag support to avoid over-writing destination 2015-07-16 22:39:48 -07:00
Harshavardhana
25ada41480 Implement NewIodine() in a simpler way 2015-07-15 18:39:17 -07:00
Anand Babu (AB) Periasamy
de8b99c4ff support for custom --config dir 2015-07-13 15:35:53 -07:00
Harshavardhana
de16a72e29 Add session command, first cut 2015-06-19 17:31:21 -07:00
Harshavardhana
1516549e66 Handle windows path and do not perform translation for url type of filesystem 2015-06-11 21:10:49 -07:00
Anand Babu (AB) Periasamy
fefdbd35ed global alias option 2015-05-30 17:49:08 -07:00
Anand Babu (AB) Periasamy
d57fdd909f remove retry capability 2015-05-30 16:53:34 -07:00
Harshavardhana
eeb71d212a Add missing String() method for ErrorMessage struct as well 2015-05-24 13:13:28 -07:00
Harshavardhana
192285c2af Remove console to depend on its own structures, instead let it deal with interface{} 2015-05-24 12:58:30 -07:00
Harshavardhana
edb8381400 Refactor debugging output, implement --json output currently only supported on 'ls' 2015-05-21 22:30:32 -07:00
Harshavardhana
1e924378cf Improve tests add SetUpSuite and TearDownSuite 2015-05-21 00:58:12 -07:00
Harshavardhana
b94e67e57f Add new tests for common methods, make necessary changes to support testing config file creation 2015-05-20 17:04:42 -07:00
Harshavardhana
8a8fd82853 Remove dependency on url.Parse() use client.Parse implementation 2015-05-18 16:51:04 -07:00
Harshavardhana
744ed7dcd1 Bring old documentation back 2015-04-28 11:03:34 -07:00
Harshavardhana
8eefa26719 Re-implement cp make it closer to regular unix cp 2015-04-26 04:59:39 -07:00
Harshavardhana
34d2ca98a3 Ignore if the keys are still based on default configuration 2015-04-25 21:31:05 -07:00
Frederick F. Kautz IV
daf36c40e6 Version number now set through ldflags in makefile 2015-04-24 19:59:22 -07:00
Anand Babu (AB) Periasamy
c09ce54090 console enhancements, consistent error message and janitor duty 2015-04-23 21:25:10 -07:00
Anand Babu (AB) Periasamy
b77ea5e763 replaced retry with simple loop 2015-04-18 00:19:08 -07:00
Anand Babu (AB) Periasamy
90f853a00f Modern Copy to Mini Copy 2015-04-16 20:13:52 -07:00
Anand Babu (AB) Periasamy
5583555ca8 issue#371 implement --quiet 2015-04-14 19:38:17 -07:00
Frederick F. Kautz IV
d1a216c10a Removing quiet, dead code. Will be implemented (gh issue exists) 2015-04-14 17:54:43 -07:00
Anand Babu (AB) Periasamy
e49cb08c5e rfc compliant user-agent 2015-04-11 20:38:46 -07:00
Anand Babu (AB) Periasamy
e7a2699ab2 minio client becomes modern copy 2015-04-11 17:11:38 -07:00
Frederick F. Kautz IV
c48fe39767 Removing more dead code 2015-04-09 23:41:11 -07:00
Anand Babu (AB) Periasamy
ba233bab60 move all global variables to globals 2015-04-01 20:08:21 -07:00