mirror of
https://github.com/minio/minio.git
synced 2025-11-10 05:59:43 -05:00
Allow proper setCount SLAs across zones (#8752)
Fixes scenario where zones are appropriately handled, along with supporting overriding set count. The new fix also ensures that we handle the various setup types properly. Update documentation to properly indicate the behavior. Fixes #8750 Co-authored-by: Nitish Tiwari <nitish@minio.io>
This commit is contained in:
@@ -16,7 +16,9 @@
|
||||
|
||||
package iampolicy
|
||||
|
||||
import "fmt"
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
// Error is the generic type for any error happening during policy
|
||||
// parsing.
|
||||
|
||||
Reference in New Issue
Block a user