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

148 Commits

Author SHA1 Message Date
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
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
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
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
bdff69f7b4 Now alias:... provides consistent list output 2015-06-06 19:29:02 -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
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
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
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
Harshavardhana
1aaf37cb87 S3/Minio now take different types of encoded characters 2015-05-19 16:40:34 -07:00
Harshavardhana
fc660f1350 Simplify GetObject, PutObject to not use md5sum for now. 2015-05-19 12:29:52 -07:00
Harshavardhana
9e508f0dfe Add windows related path handling, now recursive cp, sync works properly 2015-05-18 17:38:30 -07:00
Harshavardhana
78317836ec Use AddUserAgent function and make appropriate changes in mc 2015-05-18 16:54:00 -07:00
Harshavardhana
8a8fd82853 Remove dependency on url.Parse() use client.Parse implementation 2015-05-18 16:51:04 -07:00
Harshavardhana
dfcb5bd729 Update to new changes in objectstorage-go 2015-05-17 13:28:57 -07:00
Harshavardhana
ff3d9fa815 Convert writers to Blocking readers 2015-05-17 02:30:19 -07:00
Harshavardhana
ab6fe3e95a Update to new changes in objectstorage-go 2015-05-16 17:12:36 -07:00
Harshavardhana
8f8b442075 Now cp and sync work for objectstorage URLs 2015-05-16 16:39:55 -07:00
Harshavardhana
45760226f3 Fix region handling inside client/s3 2015-05-16 15:18:34 -07:00
Harshavardhana
bae89e2632 Couple of bug fixes in cp command for objectstorage 2015-05-16 12:28:04 -07:00
Harshavardhana
5709e10e8e Merge pull request #614 from minio/cp-changes 2015-05-15 23:10:06 -07:00
Anand Babu (AB) Periasamy
90d4b452a9 Copy rewrite 2015-05-15 23:08:39 -07:00
Harshavardhana
f8531ea6ec Update to new changes in objecstorage-go 2015-05-15 22:15:38 -07:00
Harshavardhana
f4983de475 Do not add region for mc, since mc treats with URLs not regions 2015-05-13 20:12:13 -07:00
Harshavardhana
e4f9152bcd If Object size is 0, treat it like a directory for object storage 2015-05-13 19:36:54 -07:00
Harshavardhana
cd93bfd251 Migrate mc s3 client code to objecstorage-go library, now all requests from mc are signature v4 authenticated 2015-05-13 19:05:31 -07:00
Harshavardhana
e4a77c7391 Change minio-io to minio 2015-05-11 16:24:26 -07:00
Harshavardhana
1c4351979a Combine Get() and GetPartial to be GetObject() with offset and length parameters
- GetObject(0, 0) does a full download on the object
 - GetObject(n, m) does a partial download on the object at offset n upto length m
2015-05-11 15:02:45 -07:00
Harshavardhana
e57e6de098 Add new option for bucket ACL named `authenticated-read`
This provides read access to all users who are part of AuthenticatedUsers group

~~~
  $ mc access authenticated https://s3.amazonaws.com/bucketname
~~~
2015-05-08 21:12:32 -07:00
Harshavardhana
5a69d76b93 Set X-Amz-Date properly for mc 2015-05-08 16:09:25 -07:00