distribution/docs/storage/driver
amitshukla 7840a5bc8f Fix for issue 664: https://github.com/docker/distribution/issues/664
Errors thrown by storage drivers don't have the name of the driver, causing user
confusion about whether the error is coming from Docker or from a storage driver.
This change adds the storage driver name to each error message.

This required changing ErrUnsupportedDriver to a type, leading to code changes
whenever ErrUnsupportedDriver is used.  The tests check whether the driver name
appears in the error message.

Signed-off-by: Amit Shukla <amit.shukla@docker.com>
2015-11-03 11:19:17 -08:00
..
azure Remove half-baked Storage Driver IPC support 2015-06-29 16:52:12 -07:00
base Fix for issue 664: https://github.com/docker/distribution/issues/664 2015-11-03 11:19:17 -08:00
factory Remove half-baked Storage Driver IPC support 2015-06-29 16:52:12 -07:00
filesystem Fix for issue 664: https://github.com/docker/distribution/issues/664 2015-11-03 11:19:17 -08:00
gcs Storage driver for: Google Cloud Storage (gcs) 2015-10-28 20:21:56 +00:00
inmemory Fix for issue 664: https://github.com/docker/distribution/issues/664 2015-11-03 11:19:17 -08:00
middleware Make Storage Driver API calls context aware. 2015-04-27 15:58:58 -07:00
oss Fix for issue 664: https://github.com/docker/distribution/issues/664 2015-11-03 11:19:17 -08:00
rados Fix for issue 664: https://github.com/docker/distribution/issues/664 2015-11-03 11:19:17 -08:00
s3 Fix for issue 664: https://github.com/docker/distribution/issues/664 2015-11-03 11:19:17 -08:00
swift Fix for issue 664: https://github.com/docker/distribution/issues/664 2015-11-03 11:19:17 -08:00
testsuites Fix for issue 664: https://github.com/docker/distribution/issues/664 2015-11-03 11:19:17 -08:00
fileinfo.go Move storagedriver package to registry/storage/driver 2015-02-11 12:43:04 -08:00
storagedriver.go Fix for issue 664: https://github.com/docker/distribution/issues/664 2015-11-03 11:19:17 -08:00