From 241ee793b74365927dda216e67ecb24245f07fab Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Fri, 16 Nov 2018 11:44:13 -0500 Subject: [PATCH] Set ACL on uploads (#5344) To support https://github.com/go-gitea/infrastructure/pull/39 --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 1a770ef4b6..60f9cdf6a2 100644 --- a/.drone.yml +++ b/.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/