From 9aaaafe8d9b227f8401e13bda658fa35df39fbb8 Mon Sep 17 00:00:00 2001 From: James Blair Date: Sat, 29 Jun 2024 17:39:06 +1200 Subject: [PATCH] Remove gsutil acl command for bucket permissions. The bucket is already fully public so new releases don't need to run this command. This will prevent significant terminal spam during the release process as there are thousands of objects in the bucket. Signed-off-by: James Blair --- scripts/release.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/release.sh b/scripts/release.sh index 6c1362db3..94b7452b8 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -280,9 +280,6 @@ main() { log_callout "Pushing container manifest list to gcr.io ${RELEASE_VERSION}" maybe_run docker manifest push "gcr.io/etcd-development/etcd:${RELEASE_VERSION}" - - log_callout "Setting permissions using gsutil..." - maybe_run gsutil -m acl ch -u allUsers:R -r gs://artifacts.etcd-development.appspot.com fi ### Release validation