This is an automated email from the ASF dual-hosted git repository. derrickaw pushed a commit to branch 20260722_removeGsutil in repository https://gitbox.apache.org/repos/asf/beam.git
commit a5a5f2fa6daffe715a7bb70954b6a42e65f4e661 Author: Derrick Williams <[email protected]> AuthorDate: Wed Jul 22 15:47:25 2026 +0000 add comment --- .github/workflows/beam_PreCommit_Gsutil_Check.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/beam_PreCommit_Gsutil_Check.yml b/.github/workflows/beam_PreCommit_Gsutil_Check.yml index aa315f5285d..5887252e29e 100644 --- a/.github/workflows/beam_PreCommit_Gsutil_Check.yml +++ b/.github/workflows/beam_PreCommit_Gsutil_Check.yml @@ -13,6 +13,12 @@ # See the License for the specific language governing permissions and # limitations under the License. +# This PreCommit Gsutil Check is to ensure no new code enters the repo, since +# `gsutil` is being replaced by `gcloud storage` officially no later than +# March 2027 (Reference: https://docs.cloud.google.com/storage/docs/gsutil). +# Beginning in April 2027, this workflow will start erroring out and will need +# to be deleted if `gsutil` was officially deprecated in March 2027 still. + name: PreCommit Gsutil Check on:
