v4.2.0
Added IP-based statement in bucket policy @soya-miyoshi (#216)
what
- Allows users to specify a list of source IP addresses from which access to the S3 bucket is allowed.
- Adds dynamic statement that uses the NotIpAddress condition to deny access from any IP address not listed in the
source_ip_allow_list
variable.
why
Use cases:
- Restricting access to specific physical locations, such as an office or home network