mirror of
https://github.com/minio/mc.git
synced 2025-11-14 23:42:27 +03:00
Access validation only for ListBuckets(), all others do not explicitly require Auth verification
This commit is contained in:
@@ -91,13 +91,6 @@ func (e errAliasExists) Error() string {
|
||||
return "Alias name: " + e.name + " exists"
|
||||
}
|
||||
|
||||
// errInvalidAuthKeys - invalid authorization keys
|
||||
type errInvalidAuthKeys struct{}
|
||||
|
||||
func (e errInvalidAuthKeys) Error() string {
|
||||
return "Invalid authorization keys"
|
||||
}
|
||||
|
||||
type errIsNotBucket struct {
|
||||
path string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user