Skip to content

Commit

Permalink
Add x-amz-acl header to allow public reads of the cache files
Browse files Browse the repository at this point in the history
  • Loading branch information
bsideup committed Dec 1, 2019
1 parent d365066 commit 9c320ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ buildCache {
bucket = 'testcontainers'
path = 'cache'
push = isMasterBuild
headers = [
'x-amz-acl': 'public-read'
]
}
}

Expand Down

0 comments on commit 9c320ee

Please sign in to comment.