minio/pkg/storage/drivers
Harshavardhana 6275238a47 For multiparts use its own cache avoids deadlocks during object expiration
Using same object cache as regular objects for multiparts causes deadlocks during object expiration routine.

As a side affect this also fixes the bug of listing multiparts during regular 'listing' of objects.
2015-05-14 20:26:59 -07:00
..
donut An attempt to implement ListMultipartUploads() 2015-05-14 16:22:47 -07:00
memory For multiparts use its own cache avoids deadlocks during object expiration 2015-05-14 20:26:59 -07:00
mocks An attempt to implement ListMultipartUploads() 2015-05-14 16:22:47 -07:00
api_testsuite.go Add more tests for multipart now in driver api_testsuite 2015-05-14 17:28:39 -07:00
date.go Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
driver.go An attempt to implement ListMultipartUploads() 2015-05-14 16:22:47 -07:00
errors.go Implement proper errors for Multipart 2015-05-08 02:02:51 -07:00
LICENSE Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
README.md Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00

objectdriver

Object Storage Driver