1
0
Fork 1
mirror of https://github.com/distribution/distribution synced 2024-09-21 18:09:42 +00:00

Merge pull request #1852 from jfindley/load-middleware-redirect

Load the middleware/redirect driver
This commit is contained in:
Richard Scothern 2016-07-19 09:10:25 -07:00 committed by GitHub
commit 7b5958798e

View file

@ -13,6 +13,7 @@ import (
_ "github.com/docker/distribution/registry/storage/driver/gcs"
_ "github.com/docker/distribution/registry/storage/driver/inmemory"
_ "github.com/docker/distribution/registry/storage/driver/middleware/cloudfront"
_ "github.com/docker/distribution/registry/storage/driver/middleware/redirect"
_ "github.com/docker/distribution/registry/storage/driver/oss"
_ "github.com/docker/distribution/registry/storage/driver/s3-aws"
_ "github.com/docker/distribution/registry/storage/driver/s3-goamz"