mirror of
https://github.com/minio/minio.git
synced 2025-11-20 18:06:10 -05:00
Add etcd support to support STS on gateway mode (#6531)
This commit is contained in:
committed by
Dee Koder
parent
f09e7ca764
commit
143e7fe300
@@ -383,15 +383,3 @@ func isErrObjectNotFound(err error) bool {
|
||||
_, ok := err.(ObjectNotFound)
|
||||
return ok
|
||||
}
|
||||
|
||||
// isInsufficientReadQuorum - Check if error type is InsufficientReadQuorum.
|
||||
func isInsufficientReadQuorum(err error) bool {
|
||||
_, ok := err.(InsufficientReadQuorum)
|
||||
return ok
|
||||
}
|
||||
|
||||
// isInsufficientWriteQuorum - Check if error type is InsufficientWriteQuorum.
|
||||
func isInsufficientWriteQuorum(err error) bool {
|
||||
_, ok := err.(InsufficientWriteQuorum)
|
||||
return ok
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user