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

233 Commits

Author SHA1 Message Date
Harshavardhana
dc4067314a Do not reply back ISBrokenSymlink{} for ENOENT, return only if its a Symlink
Make a new release
2015-06-17 18:29:20 -07:00
Harshavardhana
b7e06060b3 Make sure to skip broken links 2015-06-16 02:30:13 -07:00
Harshavardhana
c04acf4d50 Convert all errors.New and fmt.Errorf to typed errors 2015-06-13 21:36:42 -07:00
Harshavardhana
112f4ec56c Handle broken symlinks 2015-06-13 20:30:47 -07:00
Frederick F. Kautz IV
ed7b8a092c Testing to see if the error is an errorresponse. If it isn't, just pass as is. 2015-06-12 21:50:30 -07:00
Harshavardhana
a6163f603e Add missing var error for windows, minor change pushing in 2015-06-12 18:44:05 -07:00
Harshavardhana
f9d8fd5128 Add windows specific path normalizer 2015-06-12 18:40:45 -07:00
Harshavardhana
d6a651e334 Windows fix for directory crawling 2015-06-12 12:16:09 -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
Harshavardhana
08d38fb7da Use url.Separator everywhere that is needed 2015-06-10 21:54:05 -07:00
Harshavardhana
81b417bc53 Remove delimiter constant, use c.hostURL.Separator 2015-06-10 21:32:19 -07:00
Harshavardhana
8bc17e5b2b No need to set regions through s3.go, library does it automatically 2015-06-10 21:24:03 -07:00
Frederick F. Kautz IV
10f995d723 mc uploads with default application/octet-stream 2015-06-10 20:17:52 -07:00
Frederick F. Kautz IV
36552f4d03 Renaming GetObject to GetPartialObject 2015-06-10 19:24:44 -07:00
Harshavardhana
1bb4aa62ea update to new error related changes in minio-go 2015-06-10 00:39:04 -07:00
Harshavardhana
6997a953ee Do not exit on ls error 2015-06-09 19:17:34 -07:00
Harshavardhana
f34742b539 Add URL() method 2015-06-09 10:37:20 -07:00
Harshavardhana
e53f009a9d More prefix url fixes, all combinations work as intended 2015-06-08 11:47:28 -07:00
Harshavardhana
6c7dbcaf4e More prefix url cleanup 2015-06-07 02:55:29 -07:00
Harshavardhana
98a5cf648b Move diff also away from prefixed url 2015-06-06 21:49:50 -07:00
Harshavardhana
e95c3bd3e8 Now fs behaves similar to s3 style delimited output 2015-06-06 21:23:33 -07:00
Harshavardhana
bdff69f7b4 Now alias:... provides consistent list output 2015-06-06 19:29:02 -07:00
Harshavardhana
33f4c65349 Delimit fs output similar to s3, no special handling needed 2015-06-06 12:29:12 -07:00
Anand Babu (AB) Periasamy
396cb83db0 portable path separator 2015-06-06 12:04:21 -07:00
Harshavardhana
b999e08610 Make fs also consistent with s3 output 2015-06-06 11:58:52 -07:00
Harshavardhana
535fb0cae6 Return back normal object names not URL's 2015-06-06 11:25:28 -07:00
Harshavardhana
4709af19ab Handle prefixed recursive behavior and mimick filesystem behavior 2015-06-04 19:50:56 -07:00
Harshavardhana
112adec910 Move everything from uint64 to int64 2015-06-03 22:22:03 -07:00
Harshavardhana
0a44c7454d Bring new changes from minio-go to mc 2015-06-01 21:45:04 -07:00
Harshavardhana
aa0347f59b Update to new changes in minio-go library and make related modifications in mc 2015-05-28 19:13:36 -07:00
Harshavardhana
9da87f5113 Handle permission errors for progress bar 2015-05-28 11:07:20 -07:00
Harshavardhana
df176c30a8 Fix a nil reference remove erroneous usage of url.Parse() use client.Parse(), unexport progress() method 2015-05-27 15:32:17 -07:00
Harshavardhana
0edf9e2c59 Ignore non regular files after following the file 2015-05-27 13:43:20 -07:00
Harshavardhana
0674ce8085 Command diff now properly supports recursive diff 2015-05-26 19:21:58 -07:00
Harshavardhana
a65f431004 Handle symlinks by making them behave like hardlinks 2015-05-26 19:06:29 -07:00
Anand Babu (AB) Periasamy
a3601baf8e http tracing improvements 2015-05-24 19:07:55 -07:00
Anand Babu (AB) Periasamy
64c890498f regex based auth keys redact 2015-05-23 20:04:51 -07:00
Harshavardhana
9c136efa4d Move mc to minio-go from objectstorage-go 2015-05-23 16:10:58 -07:00
Harshavardhana
b4649291f1 Add recursive listing with s3:... 2015-05-22 19:51:56 -07:00
Harshavardhana
54d0f9c553 Refactoring console printing style, supports --json even for error messages now - fixes #418 2015-05-22 18:27:07 -07:00
Harshavardhana
1297d36580 Fix a windows URL object to String() conversion, and add relevant tests 2015-05-21 19:06:34 -07:00
Harshavardhana
b4d64badc7 Expand aliasnames honoring "/" 2015-05-21 17:14:39 -07:00
Harshavardhana
2fc0e6fa1f Implement s3 module tests for objectOperations 2015-05-21 12:11:31 -07:00
Harshavardhana
ec2124efc1 Add s3 module tests for BucketOperations 2015-05-21 01:34:34 -07:00
Harshavardhana
1c899e5059 Fix stat URL sent back on Stat() 2015-05-20 19:40:30 -07:00
Harshavardhana
31e24bfb29 Complete fs tests for objectRange and List recursive 2015-05-20 11:45:27 -07:00
Harshavardhana
dcccafacbe Simplify listing recursively into one function, diff now supports <filename> <directory> style 2015-05-20 02:44:15 -07:00
Harshavardhana
f8fdfced8f If target exists skip for both sync and cp 2015-05-19 19:23:40 -07:00
Anand Babu (AB) Periasamy
726780c79d diff command for mc 2015-05-19 18:57:21 -07:00
Harshavardhana
1aaf37cb87 S3/Minio now take different types of encoded characters 2015-05-19 16:40:34 -07:00