We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1cd1e25 + 45e0427 commit ec90deeCopy full SHA for ec90dee
testgridshot
@@ -185,10 +185,7 @@ upload_and_publish_images() {
185
local img_bucket_dir="${2}"
186
local bucket_path="gs://${BUCKET}/${img_bucket_dir}/"
187
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}"
+ gsutil -m -q cp -r "${local_path}/." "${bucket_path}"
192
}
193
194
usage() {
0 commit comments