Harshavardhana
|
f8ac1b96d1
|
Move blockingwriter to client interface
|
2015-04-24 19:38:14 -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 |
|
Harshavardhana
|
4e05b59298
|
Implement access command
|
2015-04-24 02:09: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
|
9f97409362
|
Migrate fully to List() with channel everywhere, deprecate old List() API
|
2015-04-23 20:36:44 -07:00 |
|
Harshavardhana
|
972c476e36
|
Add ListOnChannel() for fs{unix,windows} and cmd-ls
|
2015-04-23 20:02:48 -07:00 |
|
Harshavardhana
|
527b1ca96d
|
ListOnChannel() - now listbuckets and objects through channel replies.
Still doesn't do full recursive of all objects based on marker, that is the next step.
|
2015-04-23 18:01:12 -07:00 |
|
Anand Babu (AB) Periasamy
|
1a83cf3c5c
|
do find style listing on windows as well
|
2015-04-23 16:02:16 -07:00 |
|
Anand Babu (AB) Periasamy
|
0a50606cbd
|
fix dir listing bug and find style output
|
2015-04-23 12:50:31 -07:00 |
|
Harshavardhana
|
4e53814cc3
|
Add bucket ACL support
|
2015-04-23 12:10:51 -07:00 |
|
Harshavardhana
|
7ec954a78b
|
Fix a crash on windows when source is malformed
|
2015-04-22 13:20:02 -07:00 |
|
Harshavardhana
|
957ab79328
|
Fix a typo, pushing it in
|
2015-04-22 11:59:56 -07:00 |
|
Harshavardhana
|
3af75c8aba
|
Make default client type as Filesystem
|
2015-04-22 11:53:27 -07:00 |
|
Harshavardhana
|
60ec7d2713
|
Fix error path variable on Windows
|
2015-04-22 11:24:36 -07:00 |
|
Harshavardhana
|
0eaf7ec5b4
|
Handle errors properly, also remove need for normalizing path on windows
|
2015-04-22 00:17:01 -07:00 |
|
Anand Babu (AB) Periasamy
|
5a7b8da98d
|
replace net/url parser with simple filepath parsing
|
2015-04-21 16:05:16 -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
|
d7e4be17b0
|
Windows fixes for Get(), GetObjectMetadata() and List()
|
2015-04-20 18:04:17 -07:00 |
|
Harshavardhana
|
ccd63ab302
|
Add filesystem Windows support, also cannot reproduce #281 anymore - fixes #281
|
2015-04-20 16:15:21 -07:00 |
|
Frederick F. Kautz IV
|
33869c524a
|
Renaming StatBucket to Stat
|
2015-04-20 12:47:11 -07:00 |
|
Harshavardhana
|
a4c1d26ccb
|
Implement fsClient tests - fixes #433
|
2015-04-20 02:34:06 -07:00 |
|
Harshavardhana
|
51032e9773
|
Fix incomplete progressBar problem, we should proactively .Finish() progressbar - fixes #452
Previously wouldn't flush out remaining data, it would work for Object Storage
Get()/Put() due to invariable delays and overhead.
|
2015-04-19 21:40:48 -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
|
e58844ead5
|
Make all lexical paths file:///<path> ../<path> <path>/../../<path - behave similar - fixes #419
./mc ls, ./mc mb, ./mc cp supported and overall code simplification
|
2015-04-18 14:24:33 -07:00 |
|
Harshavardhana
|
5d1ec28e9d
|
Bring MultiPartUpload interface stubs
|
2015-04-16 23:44:47 -07:00 |
|
Anand Babu (AB) Periasamy
|
90f853a00f
|
Modern Copy to Mini Copy
|
2015-04-16 20:13:52 -07:00 |
|
Harshavardhana
|
f6463dec1f
|
Implement GetPartial() for fsClient, and renamed files _unix.go as we bring in windows specific support
|
2015-04-16 17:36:42 -07:00 |
|
Harshavardhana
|
31e873faf6
|
Implment recursive upload and download - fixes #372 #373
- currently only supports single target
|
2015-04-16 02:05:00 -07:00 |
|
Harshavardhana
|
97511ca6b8
|
Enhance GetObjectMetadata() to return ETag as well, precursor to "recursive" cp
|
2015-04-16 00:51:53 -07:00 |
|
Harshavardhana
|
473013dd17
|
Support PutBucket() for fsClient to do subdirectories
|
2015-04-14 22:30:15 -07:00 |
|
Frederick F. Kautz IV
|
dbcf66a5e8
|
Fix for list objects permissions should be in walk itself, not after walk. Fixes #364.
|
2015-04-14 14:16:49 -07:00 |
|
Frederick F. Kautz IV
|
b5cf534915
|
fs driver ignores directories and files it has no access to
|
2015-04-14 14:01:03 -07:00 |
|
Frederick F. Kautz IV
|
33c939f8b4
|
Merge pull request #356 from fkautz/pr_out_renaming_statobject_to_getobjectmetadata
|
2015-04-13 11:44:46 -07:00 |
|
Frederick F. Kautz IV
|
c9b01650fd
|
Renaming StatObject to GetObjectMetadata
|
2015-04-13 11:44:39 -07:00 |
|
Harshavardhana
|
35a3af3d38
|
Implement blockingWriter for fsClient just like s3
|
2015-04-13 04:12:38 -07:00 |
|
Harshavardhana
|
8b811f6ac9
|
Update license headers to Modern Copy (C)
|
2015-04-12 16:00:50 -07:00 |
|
Frederick F. Kautz IV
|
7550571ece
|
Refactoring copy and put to work with writers instead of readers
|
2015-04-11 21:30:24 -07:00 |
|
Harshavardhana
|
3914036db4
|
All commands now work with fs client - fixes #290
|
2015-04-11 20:53:53 -07:00 |
|
Anand Babu (AB) Periasamy
|
e7a2699ab2
|
minio client becomes modern copy
|
2015-04-11 17:11:38 -07:00 |
|
Harshavardhana
|
afca8b620a
|
Move from file to fs and finish ListObjects() - add test stubs
|
2015-04-11 17:02:35 -07:00 |
|