Skip to content

Commit

Permalink
Fix gsutil ACL: public-read, not public_read
Browse files Browse the repository at this point in the history
  • Loading branch information
ixdy committed Nov 7, 2016
1 parent 3d198a9 commit dc656ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/releaselib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ release::gcs::copy_release_artifacts() {

# Copy the main set from staging to destination
logecho -n "- Copying public release artifacts to $gcs_destination: "
logrun -s $GSUTIL -qm cp -a public_read -r $gcs_stage/* $gcs_destination/ || return 1
logrun -s $GSUTIL -qm cp -a public-read -r $gcs_stage/* $gcs_destination/ || return 1

# This small sleep gives the eventually consistent GCS bucket listing a chance
# to stabilize before the diagnostic listing. There's no way to directly
Expand Down

0 comments on commit dc656ac

Please sign in to comment.