derrickaw commented on code in PR #39448:
URL: https://github.com/apache/beam/pull/39448#discussion_r3706672136


##########
.github/workflows/beam_PreCommit_Gsutil_Check.yml:
##########
@@ -0,0 +1,102 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# 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

Review Comment:
   Its a temp workflow measure until next year after deprecation. Instead of a 
manual exercise for everyone to remember to check that gsutil doesn't sneak 
back into the codebase. If you still prefer for it to not be here, I will 
remove it. Thanks.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to