mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
bucket-policy: Add IPAddress/NotIPAddress conditions support (#4736)
This commit is contained in:
committed by
Harshavardhana
parent
aeafe668d8
commit
5db533c024
@@ -24,12 +24,15 @@ This package implements parsing and validating bucket access policies based on A
|
||||
StringNotEquals
|
||||
StringLike
|
||||
StringNotLike
|
||||
IpAddress
|
||||
NotIpAddress
|
||||
|
||||
Supported applicable condition keys for each conditions.
|
||||
|
||||
s3:prefix
|
||||
s3:max-keys
|
||||
aws:Referer
|
||||
aws:SourceIp
|
||||
|
||||
### Nested policy support.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user