Skip to content

Commit ec90dee

Browse files
authored
Merge pull request #1210 from cpanato/udpate-testgrid
testgrishot: remove canned_acl
2 parents 1cd1e25 + 45e0427 commit ec90dee

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

testgridshot

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,7 @@ upload_and_publish_images() {
185185
local img_bucket_dir="${2}"
186186
local bucket_path="gs://${BUCKET}/${img_bucket_dir}/"
187187

188-
# https://cloud.google.com/storage/docs/access-control/lists#predefined-acl
189-
local canned_acl='public-read'
190-
191-
gsutil -m -q cp -a "$canned_acl" -r "${local_path}/." "${bucket_path}"
188+
gsutil -m -q cp -r "${local_path}/." "${bucket_path}"
192189
}
193190

194191
usage() {

0 commit comments

Comments
 (0)