Skip to content

Commit 1d997f2

Browse files
chore: Migrate gsutil usage to gcloud storage (#416)
1 parent 3d601ef commit 1d997f2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/test/resources/kafka_vm_startup_script.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ PSL_SOURCE_CONNECTOR_PROPERTIES=$(curl http://metadata.google.internal/computeMe
2727
GCS_DIR='gcs_resources'
2828

2929
mkdir $GCS_DIR
30-
gsutil cp "gs://$GCS_BUCKET/$CPS_CONNECTOR_JAR" $GCS_DIR/
31-
gsutil cp "gs://$GCS_BUCKET/$CPS_SINK_CONNECTOR_PROPERTIES" $GCS_DIR/
32-
gsutil cp "gs://$GCS_BUCKET/$CPS_SOURCE_CONNECTOR_PROPERTIES" $GCS_DIR/
33-
gsutil cp "gs://$GCS_BUCKET/$PSL_SINK_CONNECTOR_PROPERTIES" $GCS_DIR/
34-
gsutil cp "gs://$GCS_BUCKET/$PSL_SOURCE_CONNECTOR_PROPERTIES" $GCS_DIR/
30+
gcloud storage cp "gs://$GCS_BUCKET/$CPS_CONNECTOR_JAR" $GCS_DIR/
31+
gcloud storage cp "gs://$GCS_BUCKET/$CPS_SINK_CONNECTOR_PROPERTIES" $GCS_DIR/
32+
gcloud storage cp "gs://$GCS_BUCKET/$CPS_SOURCE_CONNECTOR_PROPERTIES" $GCS_DIR/
33+
gcloud storage cp "gs://$GCS_BUCKET/$PSL_SINK_CONNECTOR_PROPERTIES" $GCS_DIR/
34+
gcloud storage cp "gs://$GCS_BUCKET/$PSL_SOURCE_CONNECTOR_PROPERTIES" $GCS_DIR/
3535
echo "Files in $GCS_DIR: "
3636
ls -l $GCS_DIR/
3737

0 commit comments

Comments
 (0)