Skip to content

v4.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Mar 03:23
· 12 commits to main since this release
d8bc15d
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

references