arc-s3-bucket
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -25,3 +25,10 @@ /** | ||
Action: 's3:*', | ||
Resource: { 'Fn::GetAtt': ['ArcS3Bucket', 'Arn'] } | ||
Resource: [ | ||
{ 'Fn::GetAtt': ['ArcS3Bucket', 'Arn'] }, | ||
{ 'Fn::Join': ['', [ | ||
{ 'Fn::GetAtt': ['ArcS3Bucket', 'Arn'] }, | ||
'/*' | ||
]] | ||
} | ||
] | ||
}] | ||
@@ -28,0 +35,0 @@ } |
{ | ||
"name": "arc-s3-bucket", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "arc macro for making s3 buckets", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3111
79