registry/configuration
Stephen J Day 9f9a7f230b Allow disabling of starage driver redirects
Storage drivers can implement a method called URLFor which can return a direct
url for a given path. The functionality allows the registry to direct clients
to download content directly from the backend storage. This is commonly used
with s3 and cloudfront. Under certain conditions, such as when the registry is
not local to the backend, these redirects can hurt performance and waste
incoming bandwidth on pulls. This feature addition allows one to disable this
feature, if required.

Signed-off-by: Stephen J Day <stephen.day@docker.com>

Conflicts:
	configuration/configuration.go
	registry/handlers/app.go
	registry/storage/catalog_test.go
	registry/storage/manifeststore_test.go
	registry/storage/registry.go
2015-07-24 16:59:35 -07:00
..
configuration.go Allow disabling of starage driver redirects 2015-07-24 16:59:35 -07:00
configuration_test.go Feature: Web Panic Reporting via hooks 2015-05-31 14:21:22 +00:00
parser.go Remove dependency on BrianBland/yaml fork 2015-01-16 11:36:25 -08:00