diff --git a/server/images.go b/server/images.go index f7cbd47f..19ce467e 100644 --- a/server/images.go +++ b/server/images.go @@ -873,14 +873,11 @@ func checkBlobExistence(mp ModelPath, digest string, regOpts *RegistryOptions) ( return resp.StatusCode == http.StatusOK, nil } -func uploadBlobChunked(mp ModelPath, location string, layer *Layer, regOpts *RegistryOptions, fn func(api.ProgressResponse)) error { +func uploadBlobChunked(mp ModelPath, url string, layer *Layer, regOpts *RegistryOptions, fn func(api.ProgressResponse)) error { // TODO allow resumability // TODO allow canceling uploads via DELETE // TODO allow cross repo blob mount - // Create URL - url := location - fp, err := GetBlobsPath(layer.Digest) if err != nil { return err