distribution/docs
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
..
images Breaking out README 2015-04-09 17:50:46 -07:00
osx docs: document running Registry natively on OS X 2015-04-26 18:41:36 -07:00
spec Revert "Fix typo" 2015-07-24 13:28:10 -07:00
storage-drivers Add metadata and use table for Swift driver documentation 2015-07-21 23:55:09 +02:00
architecture.md Updating for Hugo 2015-06-15 14:39:33 -07:00
authentication.md Add paragraph on manual set-up 2015-07-24 13:28:26 +03:00
building.md Change confusing enpoint name 2015-07-21 09:05:27 +01:00
configuration.md Allow disabling of starage driver redirects 2015-07-24 16:59:35 -07:00
deploying.md update copy with content from @moxiegirl 2015-07-10 22:10:25 +01:00
Dockerfile Updating to use base image from master 2015-07-19 16:11:05 -07:00
glossary.md Updating for Hugo 2015-06-15 14:39:33 -07:00
help.md Adding in the better sed 2015-06-17 17:31:13 -07:00
index.md Fixing old ref to DHE to DTR fixes #681 2015-07-08 14:05:49 -07:00
introduction.md Adding in the better sed 2015-06-17 17:31:13 -07:00
Makefile Updating for Hugo 2015-06-15 14:39:33 -07:00
migration.md Updating for Hugo 2015-06-15 14:39:33 -07:00
mkdocs.yml Keeping in synch 2015-06-08 15:57:05 -07:00
notifications.md Change confusing enpoint name 2015-07-21 09:05:27 +01:00
osx-setup-guide.md Updating for Hugo 2015-06-15 14:39:33 -07:00
storagedrivers.md Fix path to swift storage driver documentation 2015-07-21 23:55:09 +02:00