Skip to content

Commit

Permalink
final config
Browse files Browse the repository at this point in the history
  • Loading branch information
jriguera committed Jan 28, 2020
1 parent 89e7bf1 commit 83babfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/bucket.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
BUCKET=$(cat final.yml | awk '/bucket_name:/{ print $2 }')

s3cmd mb "s3://${BUCKET}"
sleep 5
s3cmd setacl "s3://${BUCKET}" --acl-public --recursive
3 changes: 2 additions & 1 deletion config/final.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ name: mtail
blobstore:
provider: s3
options:
bucket_name: mtail
bucket_name: mtail-boshrelease
final_name: mtail-boshrelease

0 comments on commit 83babfe

Please sign in to comment.