From f0246a9f84f7839825d68511ac65eb52eb24e81d 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 82ff55f7b..7c457e41d 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