minio/pkg/storage/drivers
Harshavardhana f8a16dd22b Memory now evicts bucket if no more objects in memory struct
- To avoid race in expiration while accessing memory driver structs with
  in two competing write locks. Use lru Len() instead to know exact length
  to schedule for eviction.

- squash both bucket and object structs, instead use a separate map to keep
  mutable info of lastAccessTime which can be independently used inside the
  expiration routine.
2015-04-30 00:31:52 -07:00
..
donut Now client requests for ACL changes are honored through PutBucketACL API 2015-04-27 03:04:29 -07:00
memory Memory now evicts bucket if no more objects in memory struct 2015-04-30 00:31:52 -07:00
mocks Now client requests for ACL changes are honored through PutBucketACL API 2015-04-27 03:04:29 -07:00
api_testsuite.go Now donut supports bucket ACL's, bringing in this support for dl.minio.io 2015-04-27 02:09:32 -07:00
date.go Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
driver.go Now client requests for ACL changes are honored through PutBucketACL API 2015-04-27 03:04:29 -07:00
errors.go Fix out of memory issue 2015-04-29 18:33:19 -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