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

40 Commits

Author SHA1 Message Date
Harshavardhana
c04acf4d50 Convert all errors.New and fmt.Errorf to typed errors 2015-06-13 21:36:42 -07:00
Harshavardhana
dae79df316 Add errInvalidTheme and .Before should reply back to cli as error 2015-06-11 14:36:35 -07:00
Anand Babu (AB) Periasamy
69dbb658e1 removed copy-same-object check and some cleanup 2015-05-30 15:43:32 -07:00
Harshavardhana
edb8381400 Refactor debugging output, implement --json output currently only supported on 'ls' 2015-05-21 22:30:32 -07:00
Harshavardhana
c8a60e3781 Change diff command properly to send messages over channels 2015-05-20 00:56:10 -07:00
Harshavardhana
bae89e2632 Couple of bug fixes in cp command for objectstorage 2015-05-16 12:28:04 -07:00
Harshavardhana
af7d43dfe6 Some cleanup, sync to be enabled 2015-05-16 02:16:13 -07:00
Anand Babu (AB) Periasamy
90d4b452a9 Copy rewrite 2015-05-15 23:08:39 -07:00
Harshavardhana
c4d954b614 Access validation only for ListBuckets(), all others do not explicitly require Auth verification 2015-04-30 14:05:50 -07:00
Harshavardhana
8ffd8d0f26 User folder instead of directories in documentation 2015-04-28 12:15:09 -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
Anand Babu (AB) Periasamy
c09ce54090 console enhancements, consistent error message and janitor duty 2015-04-23 21:25:10 -07:00
Harshavardhana
c120a5853d Now bucket creation requires a simple CannedACLs to start with
$ ./mc mb <acl_type> <target>
2015-04-23 14:22:48 -07:00
Harshavardhana
6adb5e5217 Move getHostConfig() outside of getNewClient(), waiting on new qConfig to simplify this further 2015-04-21 01:14:28 -07:00
Harshavardhana
ccd63ab302 Add filesystem Windows support, also cannot reproduce #281 anymore - fixes #281 2015-04-20 16:15:21 -07:00
Harshavardhana
af1cb1b478 Make sure to properly exit if requested theme not available, also re-structure console package a bit 2015-04-20 13:19:52 -07:00
Harshavardhana
8bc587b8cf Now clients only take URLs - fixes #425
- Interface change, takes only minimal arguments
 - Passing URLs all the way down
 - Bucket and Object awareness only at per client level
2015-04-19 19:39:02 -07:00
Harshavardhana
8606a7db9b Move major url handling into client as part of #425 2015-04-18 17:29:01 -07:00
Harshavardhana
c706e152c6 Revert Alias behavior, make it passthrough and make Object Storage errors human readable 2015-04-17 21:31:15 -07:00
Harshavardhana
1f9136ffc5 Print proper errors message received on the wire from any Object Storage 2015-04-17 20:54:24 -07:00
Harshavardhana
5f4d89ccd5 Deprecate bash-completion support 2015-04-17 20:17:27 -07:00
Harshavardhana
27d87fdd8e Migrate config to qdb 2015-04-17 18:28:18 -07:00
Anand Babu (AB) Periasamy
90f853a00f Modern Copy to Mini Copy 2015-04-16 20:13:52 -07:00
Harshavardhana
0d972285a1 Remove dead error 2015-04-16 17:02:13 -07:00
Harshavardhana
0935573255 Prefix error messages with mc: part of #286 2015-04-16 15:53:33 -07:00
Frederick F. Kautz IV
e722892d9d Removing dead code 2015-04-14 18:29:13 -07:00
Harshavardhana
2982439407 Add more typed errors and remove references for fmt.Errorf and errors.New 2015-04-12 15:51:21 -07:00
Harshavardhana
0508022597 Improve errors strictly type them, first cut #286 2015-04-11 21:48:00 -07:00
Anand Babu (AB) Periasamy
e7a2699ab2 minio client becomes modern copy 2015-04-11 17:11:38 -07:00
Frederick F. Kautz IV
31e9f50333 Removing more dead code 2015-04-09 20:35:33 -07:00
Anand Babu (AB) Periasamy
ec0360d9bd donut cleanup 2015-04-05 11:21:19 -07:00
Anand Babu (AB) Periasamy
a88f206f4b better args/url parssing 2015-03-27 14:19:32 -07:00
Anand Babu (AB) Periasamy
b0479c729c glob matching for host configuration in config file 2015-03-20 02:53:46 -07:00
Harshavardhana
6facf352be Upload files if bucket is empty 2015-03-13 17:16:11 -07:00
Anand Babu (AB) Periasamy
77207a7477 renamed source files appropriately 2015-03-11 15:17:27 -07:00
Harshavardhana
741febd318 Add minio cli, move 's3' stuff with 's3' prefix 2015-01-22 12:38:02 -08:00
Harshavardhana
870faa6093 Implement new simple minio client 2015-01-21 15:29:48 -08:00
Harshavardhana
3e5f2322df Implement 'mkdir' 2015-01-20 15:45:25 -08:00
Harshavardhana
8e0f5ae7b6 Bring all errors to common location 2015-01-19 18:00:14 -08:00