app: added helm tgz handle
This commit is contained in:
@@ -65,7 +65,7 @@ func (oper *Operator) PutUpload(ctx context.Context, operatorID string, params *
|
||||
|
||||
}
|
||||
if contentLength != 0 {
|
||||
recsize, _, err := oper.store.WriteUpload(params.Reference, params.Reader)
|
||||
recsize, err := oper.store.WriteUpload(params.Reference, params.Reader)
|
||||
if err != nil {
|
||||
return res, http.StatusInternalServerError, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user