switch from pre-signed to public images
All checks were successful
/ Make image (push) Successful in 1m31s
All checks were successful
/ Make image (push) Successful in 1m31s
This commit is contained in:
parent
947220b65c
commit
3298602a23
6 changed files with 71 additions and 20 deletions
|
|
@ -14,7 +14,6 @@ type Deps struct {
|
|||
Endpoint string
|
||||
User string
|
||||
Password string
|
||||
Domain string
|
||||
Secure string
|
||||
}
|
||||
|
||||
|
|
@ -38,6 +37,6 @@ func NewHandler(deps Deps) *Handler {
|
|||
}).Debug("Media storage | Created minio client")
|
||||
|
||||
return &Handler{
|
||||
newService(minioClient),
|
||||
newService(minioClient, deps.Endpoint, secureMode),
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue