distribution/registry
Vincent Giersch 6c39af6708 fix(rados): Create OMAP for root directory
When using the RADOS driver, the hierarchy of the files is stored
in OMAPs, but the root OMAP was not created and a call to List("/")
was returning an error instead of returned the first level files
stored. This patches creates an OMAP for "/" and excludes the listed
directory from the list of files returned.

Signed-off-by: Vincent Giersch <vincent@giersch.fr>
2015-08-10 23:46:33 +02:00
..
api Add blob delete entry to api description and regenerate api.md 2015-08-03 11:59:19 -07:00
auth auth.AccessController interface now uses distribution/context 2015-07-23 19:48:47 -07:00
client Add pull through cache functionality to the Registry which can be configured 2015-08-04 16:09:55 -07:00
handlers Don't panic when a http.ResponseWriter does not implement CloseNotifier 2015-08-06 15:50:54 -07:00
listener
middleware Add pull through cache functionality to the Registry which can be configured 2015-08-04 16:09:55 -07:00
proxy Add pull through cache functionality to the Registry which can be configured 2015-08-04 16:09:55 -07:00
storage fix(rados): Create OMAP for root directory 2015-08-10 23:46:33 +02:00
doc.go