Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/build/cmd/release: upload is broken with permissions error #46028

Closed
cagedmantis opened this issue May 6, 2021 · 1 comment
Closed

x/build/cmd/release: upload is broken with permissions error #46028

cagedmantis opened this issue May 6, 2021 · 1 comment
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@cagedmantis
Copy link
Contributor

During the release for Go 1.16.34 and 1.15.12 we encountered an error while trying to upload the binaries for distribution.

2021/05/06 12:35:36 uploading "gs://golang-release-staging/go1.15.12/go1.15.12.freebsd-386.tar.gz": googleapi: Error 400: Cannot insert legacy ACL for an object when uniform bucket-level access is enabled. Read more at https://cloud.google.com/storage/docs/uniform-bucket-level-access, invalid

When the ACL was changed for the destination buckets to use uniform bucket-level access, any attempt to set the ACL on uploaded objects fails. We need to stop release from setting ACLs.

@golang/release

@cagedmantis cagedmantis added Builders x/build issues (builders, bots, dashboards) NeedsFix The path to resolution is known, but the work has not been done. labels May 6, 2021
@cagedmantis cagedmantis added this to the Backlog milestone May 6, 2021
@cagedmantis cagedmantis self-assigned this May 6, 2021
@gopherbot
Copy link

Change https://golang.org/cl/317809 mentions this issue: cmd/releae: do not set ACLs on objects when uploading

@dmitshur dmitshur added this to Done in Go Release Team May 18, 2021
@golang golang locked and limited conversation to collaborators May 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
Archived in project
Development

No branches or pull requests

2 participants