From a1375b7814162fa77fbb6744fd37f5ab64e5ff0e Mon Sep 17 00:00:00 2001 From: James Blair Date: Sat, 20 Jul 2024 11:47:58 +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. Backports https://github.com/etcd-io/etcd/pull/18250/commits/f0246a9f84f7839825d68511ac65eb52eb24e81d 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 593b371d36d..6ca51114f5b 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -247,9 +247,6 @@ main() { log_callout "Pushing container images to gcr.io ${RELEASE_VERSION}${TARGET_ARCH}" docker push "gcr.io/etcd-development/etcd:${RELEASE_VERSION}${TARGET_ARCH}" done - - log_callout "Setting permissions using gsutil..." - gsutil -m acl ch -u allUsers:R -r gs://artifacts.etcd-development.appspot.com fi ### Release validation