Skip to content

Commit a76ad1d

Browse files
Migrate gsutil usage to gcloud storage (#13731)
Co-authored-by: Jennifer Davis <sigje@google.com>
1 parent 1aabd31 commit a76ad1d

File tree

1 file changed

+1
-1
lines changed
  • videointelligence/samples/analyze/resources

1 file changed

+1
-1
lines changed

videointelligence/samples/analyze/resources/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Copy from Google Cloud Storage to this folder for testing video analysis
99
of local files. For `cat.mp4` used in the usage example, run the following
1010
`gcloud` command.
1111

12-
gsutil cp gs://cloud-samples-data/video/cat.mp4 .
12+
gcloud storage cp gs://cloud-samples-data/video/cat.mp4 .
1313

1414
Now, when you run the following command, the video used for label detection
1515
will be passed from here:

0 commit comments

Comments
 (0)