forked from TrueCloudLab/frostfs-s3-gw
[TrueCloudLab#25] Process allow and deny lists of zones in bucket head requests
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
8ac630ee71
commit
aadefd98b6
6 changed files with 61 additions and 1 deletions
|
@ -29,6 +29,8 @@ type (
|
|||
DefaultMaxAge int
|
||||
NotificatorEnabled bool
|
||||
CopiesNumber uint32
|
||||
ResolveZoneList []string
|
||||
IsResolveListAllow bool // True if ResolveZoneList contains allowed zones
|
||||
}
|
||||
|
||||
PlacementPolicy interface {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue