Skip to content

Commit

Permalink
Merge pull request #1006 from replicatedhq/divolgin/s3-nucket
Browse files Browse the repository at this point in the history
missed a file
  • Loading branch information
divolgin committed Aug 26, 2020
2 parents de863be + 62be4e3 commit 1ce1fbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kotsadm/pkg/store/ocistore/oci_store.go
Expand Up @@ -35,6 +35,10 @@ var (
ErrNotImplemented = errors.New("not implemented in ocistore")
)

func (s OCIStore) Init() error {
return nil
}

func (s OCIStore) IsNotFound(err error) bool {
if err == nil {
return false
Expand Down

0 comments on commit 1ce1fbb

Please sign in to comment.