feat: add s3 blob handler(by readll all :( )
This commit is contained in:
@ -53,3 +53,9 @@ var ErrDigestInvalid = &RepositoryError{
|
||||
Code: "NAME_INVALID",
|
||||
Message: "invalid digest",
|
||||
}
|
||||
|
||||
var ErrUnauthorized = &RepositoryError{
|
||||
Status: http.StatusUnauthorized,
|
||||
Code: "UNAUTHORIZED",
|
||||
Message: "access to the requested resource is not authorized",
|
||||
}
|
||||
|
Reference in New Issue
Block a user