Skip to content

Move to gcloud storage command#2622

Merged
pkwarren merged 1 commit into
mainfrom
pkw/move-to-gcloud-storage
Jul 22, 2026
Merged

Move to gcloud storage command#2622
pkwarren merged 1 commit into
mainfrom
pkw/move-to-gcloud-storage

Conversation

@pkwarren

Copy link
Copy Markdown
Member

The gsutil command is deprecated and it is recommended to move to the 'gcloud storage' command instead.

The gsutil command is deprecated and it is recommended to move to the
'gcloud storage' command instead.
@pkwarren
pkwarren requested review from emcfarlane and mfridman July 22, 2026 17:43
go run ./cmd/download-plugins -since "${SINCE}" downloads
- name: Upload To Release Bucket
run: gsutil -m rsync -r downloads gs://buf-plugins
run: gcloud storage rsync --recursive downloads gs://buf-plugins

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

--no-ignore-symlinks seems like a diff, but presume we dont need it!

go run ./cmd/download-plugins -since "${SINCE}" downloads
- name: Upload To Release Bucket
run: gsutil -m rsync -r downloads gs://buf-plugins
run: gcloud storage rsync --recursive downloads gs://buf-plugins

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

--no-ignore-symlinks seems like a diff, but presume we dont need it!

@pkwarren
pkwarren merged commit 6218b0e into main Jul 22, 2026
4 checks passed
@pkwarren
pkwarren deleted the pkw/move-to-gcloud-storage branch July 22, 2026 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants