mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 13:40:22 +03:00
Bring in the list APIs implemented by Bala <bala@minio.io>
This commit is contained in:
@@ -18,6 +18,9 @@ package main
|
||||
|
||||
import "errors"
|
||||
|
||||
// errUnAuthorizedRequest - un authorized request.
|
||||
var errUnAuthorizedRequest = errors.New("Unauthorized request")
|
||||
|
||||
// errSysLogNotSupported - this message is only meaningful on windows
|
||||
var errSysLogNotSupported = errors.New("Syslog logger not supported on windows")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user