initial commit
This commit is contained in:
13
cmd/s3Browser.go
Normal file
13
cmd/s3Browser.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package main
|
||||
|
||||
import s3browser "git.kapelle.org/niklas/s3browser/internal"
|
||||
|
||||
func main() {
|
||||
s3browser.Start(s3browser.AppConfig{
|
||||
S3Endoint: "localhost:9000",
|
||||
S3SSL: false,
|
||||
S3AccessKey: "testo",
|
||||
S3SecretKey: "testotesto",
|
||||
S3Buket: "dev",
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user