Harshavardhana
|
78a78c072a
|
Full cleanup of s3 client for mc
|
2015-05-02 11:28:31 -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
|
744ed7dcd1
|
Bring old documentation back
|
2015-04-28 11:03:34 -07:00 |
|
Harshavardhana
|
31ddab431e
|
Add license and create a new file LICENSE.GOOGLE
|
2015-04-24 21:17:01 -07:00 |
|
Harshavardhana
|
04fc519ce2
|
Merge GetObjectMetadata() into Stat(), now Stat() returns properly using FileType
FileType is going to be used to differentiate between directory, file/bucket, object respectively
|
2015-04-24 11:16:27 -07:00 |
|
Anand Babu (AB) Periasamy
|
c09ce54090
|
console enhancements, consistent error message and janitor duty
|
2015-04-23 21:25:10 -07:00 |
|
Harshavardhana
|
e6fea12bc2
|
Cleanup s3 API further
|
2015-04-23 18:57:30 -07:00 |
|
Harshavardhana
|
45951e3f13
|
Ignore signRequest for Get() and GetPartial() if accesskeys are empty, missed from previous commit
|
2015-04-23 14:27:57 -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
|
0eaf7ec5b4
|
Handle errors properly, also remove need for normalizing path on windows
|
2015-04-22 00:17:01 -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
|
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
|
4b50a2bac3
|
Error messages simplified now with reason - fixes #286
|
2015-04-18 16:46:26 -07:00 |
|
Harshavardhana
|
5d1ec28e9d
|
Bring MultiPartUpload interface stubs
|
2015-04-16 23:44:47 -07:00 |
|