1
0
mirror of https://github.com/minio/minio.git synced 2025-03-21 13:04:15 -04:00

9 Commits

Author SHA1 Message Date
Harshavardhana
a56d5ef415 xl/fs: isFunctions should only return boolean. ()
log the unrecognize errors.
2016-05-08 01:58:05 -07:00
Harshavardhana
751fa972f5 xl/fs: Multipart re-org introduce "uploads.json" ()
Fixes 
2016-05-07 02:08:03 -07:00
Krishna Srinivas
48d3be36da XL/ListObjects: Fix ordering issue during listing if the files were uploaded as multipart uploads. () ()
i.e if two files "tmp" and "tmp.1" are uploaded as multipart we would list ""tmp.1"" before ""tmp"" as "tmp.1/" < "tmp/"
2016-05-06 10:19:09 -07:00
Harshavardhana
ca097de96c xl/fs: Add initObjectLayer function. ()
Fixes 
2016-05-05 15:00:03 -07:00
Krishna Srinivas
247e835d7b object: move go-routine listing from posix to objectLayer. () 2016-05-05 12:51:56 -07:00
Harshavardhana
46680788f9 xl/fs: cleanup '/.minio/tmp' directory on each initialization. () 2016-05-05 01:54:43 -07:00
Harshavardhana
afd59c45dc xl/fs: Move few functions into common code. ()
- PutObject()
- PutObjectPart()
- NewMultipartUpload()
- AbortMultipartUpload()

Implementations across both FS and XL object layer
share common implementation.
2016-05-02 16:57:31 -07:00
Harshavardhana
10a010c1ad xl/fs: Object layer - keep common functions into single place. () 2016-04-29 17:52:17 -07:00
Harshavardhana
4e34e03dd4 xl/fs: Split object layer into interface. () 2016-04-29 14:24:10 -07:00