forked from TrueCloudLab/frostfs-s3-gw
auth: add missing comment
Signed-off-by: Roman Khimov <roman@nspcc.ru>
This commit is contained in:
parent
b20d249bcd
commit
996b2d8667
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ type (
|
||||||
prs int
|
prs int
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// ErrNoAuthorizationHeader is returned for unauthenticated requests.
|
||||||
var ErrNoAuthorizationHeader = errors.New("no authorization header")
|
var ErrNoAuthorizationHeader = errors.New("no authorization header")
|
||||||
|
|
||||||
func (p prs) Read(_ []byte) (n int, err error) {
|
func (p prs) Read(_ []byte) (n int, err error) {
|
||||||
|
|
Loading…
Reference in a new issue