the big refactor
This commit is contained in:
@@ -4,6 +4,7 @@ import (
|
||||
"time"
|
||||
|
||||
s3browser "git.kapelle.org/niklas/s3browser/internal"
|
||||
types "git.kapelle.org/niklas/s3browser/internal/types"
|
||||
"github.com/alexflint/go-arg"
|
||||
)
|
||||
|
||||
@@ -28,7 +29,7 @@ func main() {
|
||||
var args args
|
||||
arg.MustParse(&args)
|
||||
|
||||
s3browser.Start(s3browser.AppConfig{
|
||||
s3browser.Start(types.AppConfig{
|
||||
S3Endoint: args.S3Endpoint,
|
||||
S3SSL: !args.S3DisableSSL,
|
||||
S3AccessKey: args.S3AccessKey,
|
||||
|
||||
Reference in New Issue
Block a user