mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 21:17:58 +08:00
sync: allow HTTP redirects when GETing signatures blobs
Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
This commit is contained in:
committed by
Ramkumar Chinchani
parent
aeb8a5da39
commit
bd730150a8
@@ -28,7 +28,8 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
SyncBlobUploadDir = ".sync"
|
||||
SyncBlobUploadDir = ".sync"
|
||||
httpMaxRedirectsCount = 15
|
||||
)
|
||||
|
||||
// /v2/_catalog struct.
|
||||
|
||||
Reference in New Issue
Block a user