Skip to content

Commit

Permalink
Merge pull request #170 from ExpediaGroup/issue-169
Browse files Browse the repository at this point in the history
Issue 169
  • Loading branch information
mroark1m authored Aug 12, 2020
2 parents 28bbeca + c952ea5 commit 0fd4512
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [6.4.3] - 2020-08-12
### Fixed
- [Issue 169](https://github.com/ExpediaGroup/apiary-data-lake/issues/169) Added S3:GetBucketAcl to cross-account shared buckets

## [6.4.2] - 2020-08-04
### Fixed
- Variable to disable metastore VPC endpoint services.
Expand Down
4 changes: 4 additions & 0 deletions templates/apiary-bucket-policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"Action": [
"s3:GetBucketLocation",
"s3:GetObject",
"s3:GetObjectAcl",
"s3:GetBucketAcl",
"s3:ListBucket"
],
"Resource": [
Expand Down Expand Up @@ -44,6 +46,8 @@
"Action": [
"s3:GetBucketLocation",
"s3:GetObject",
"s3:GetObjectAcl",
"s3:GetBucketAcl",
"s3:ListBucket",
"s3:PutObject",
"s3:PutObjectAcl",
Expand Down

0 comments on commit 0fd4512

Please sign in to comment.