Support OSS driver
Signed-off-by: Li Yi <denverdino@gmail.com>
This commit is contained in:
parent
7dc8d4a26b
commit
9e4975d8ff
4 changed files with 989 additions and 0 deletions
|
@ -27,6 +27,7 @@ import (
|
|||
_ "github.com/docker/distribution/registry/storage/driver/filesystem"
|
||||
_ "github.com/docker/distribution/registry/storage/driver/inmemory"
|
||||
_ "github.com/docker/distribution/registry/storage/driver/middleware/cloudfront"
|
||||
_ "github.com/docker/distribution/registry/storage/driver/oss"
|
||||
_ "github.com/docker/distribution/registry/storage/driver/s3"
|
||||
_ "github.com/docker/distribution/registry/storage/driver/swift"
|
||||
"github.com/docker/distribution/uuid"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue