Skip to content

Commit 5a5371c

Browse files
authored
Merge pull request #366 from kmala/swift
feat(swift): Add support for swift object storage
2 parents 0df2ba3 + 3d57674 commit 5a5371c

3 files changed

Lines changed: 20 additions & 8 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

glide.lock

Lines changed: 18 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

glide.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ import:
2828
version: 6882f85ccdc7c1822b146d1a6b0c2c48f91b5140
2929
- package: github.com/docker/distribution
3030
repo: https://github.com/deis/distribution
31+
version: 0afef00d5764404d70f86076f364551657d51de6
3132
vcs: git
3233
- package: speter.net/go/exp/math/dec/inf
3334
repo: https://github.com/belua/inf

0 commit comments

Comments
 (0)