Skip to content

Commit

Permalink
Add acl for weblogic file upload to s3
Browse files Browse the repository at this point in the history
  • Loading branch information
ranbeersingh1 committed Nov 18, 2024
1 parent 06e519a commit 10fde06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@
become: no
shell: |
export PATH=$PATH:/usr/local/bin
aws s3 cp {{ weblogic_output }} s3://{{ dependencies_bucket.name }}/{{ audit_output }}/ {{ general_kms_key_option }}
aws s3 cp {{ weblogic_output }} s3://{{ dependencies_bucket.name }}/{{ audit_output }}/ --acl bucket-owner-full-control {{ general_kms_key_option }}

0 comments on commit 10fde06

Please sign in to comment.