ScaleSec/terraform_aws_scp

Add Security Control for condition s3:LocationConstraint

jdyke opened this issue · 1 comments

jdyke commented

s3:LocationConstraint can allow you to lock down a users ability to create S3 buckets in only authorized regions. This is more granular than the standard "Lock down X regions" because it only pertains to S3 buckets.

jdyke commented

PR #35 adds this functionality!