Skip to content

Commit

Permalink
Import storage backends in CLI to make them become registered & avail…
Browse files Browse the repository at this point in the history
…able
  • Loading branch information
muesli committed Dec 27, 2016
1 parent a3604ff commit 7c40299
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions knoxite/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ import (

"github.com/klauspost/shutdown2"
"github.com/spf13/cobra"

_ "github.com/knoxite/knoxite/storage/amazons3"
_ "github.com/knoxite/knoxite/storage/backblaze"
_ "github.com/knoxite/knoxite/storage/dropbox"
_ "github.com/knoxite/knoxite/storage/ftp"
_ "github.com/knoxite/knoxite/storage/http"
)

// Translations
Expand Down

0 comments on commit 7c40299

Please sign in to comment.