Signed-off-by: Michal Minar <miminar@redhat.com>
| ... | ... |
@@ -26,6 +26,7 @@ import ( |
| 26 | 26 |
_ "github.com/docker/distribution/registry/auth/htpasswd" |
| 27 | 27 |
_ "github.com/docker/distribution/registry/auth/token" |
| 28 | 28 |
_ "github.com/docker/distribution/registry/storage/driver/filesystem" |
| 29 |
+ _ "github.com/docker/distribution/registry/storage/driver/middleware/cloudfront" |
|
| 29 | 30 |
_ "github.com/docker/distribution/registry/storage/driver/s3" |
| 30 | 31 |
|
| 31 | 32 |
"github.com/openshift/origin/pkg/cmd/server/crypto" |