Skip to content

Commit

Permalink
Set ACL on uploads (#5344)
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick authored Nov 16, 2018
1 parent e033d21 commit 241ee79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ pipeline:
pull: true
secrets: [ aws_access_key_id, aws_secret_access_key ]
bucket: releases
acl: public-read
endpoint: https://storage.gitea.io
path_style: true
strip_prefix: dist/release/
Expand All @@ -275,6 +276,7 @@ pipeline:
pull: true
secrets: [ aws_access_key_id, aws_secret_access_key ]
bucket: releases
acl: public-read
endpoint: https://storage.gitea.io
path_style: true
strip_prefix: dist/release/
Expand All @@ -289,6 +291,7 @@ pipeline:
pull: true
secrets: [ aws_access_key_id, aws_secret_access_key ]
bucket: releases
acl: public-read
endpoint: https://storage.gitea.io
path_style: true
strip_prefix: dist/release/
Expand Down

0 comments on commit 241ee79

Please sign in to comment.