Skip to content

Commit 422075b

Browse files
author
Keerthan Mala
committed
feat(swift): Add support for swift object storage
1 parent 0df2ba3 commit 422075b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

boot.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import (
1919
"github.com/docker/distribution/registry/storage/driver/factory"
2020
_ "github.com/docker/distribution/registry/storage/driver/gcs"
2121
_ "github.com/docker/distribution/registry/storage/driver/s3-aws"
22+
_ "github.com/docker/distribution/registry/storage/driver/swift"
2223
kcl "k8s.io/kubernetes/pkg/client/unversioned"
2324
)
2425

0 commit comments

Comments
 (0)