Set ACL on uploads (#5344)

To support https://github.com/go-gitea/infrastructure/pull/39
tokarchuk/v1.17
techknowlogick 6 years ago committed by GitHub
parent e033d217e9
commit 241ee793b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .drone.yml

@ -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/
@ -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/
@ -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/

Loading…
Cancel
Save