forked from TrueCloudLab/frostfs-s3-gw
commit
0814bf3d01
3 changed files with 2 additions and 4 deletions
|
@ -44,6 +44,7 @@ type (
|
|||
prs int
|
||||
)
|
||||
|
||||
// ErrNoAuthorizationHeader is returned for unauthenticated requests.
|
||||
var ErrNoAuthorizationHeader = errors.New("no authorization header")
|
||||
|
||||
func (p prs) Read(_ []byte) (n int, err error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue