GoogleCloudPlatform / document-ai-samples

Sample applications and demos for Document AI, the end-to-end document processing platform on Google Cloud
https://cloud.google.com/document-ai
Apache License 2.0
215 stars 94 forks source link

[nit] Use gcloud storage rather than gsutil #830

Open zoomie opened 1 month ago

zoomie commented 1 month ago

Use gcloud storage cp rather than gsutil cp on this page.

Generally, you should use gcloud storage commands instead of gsutil commands

source

holtskinner commented 2 weeks ago

That's interesting! I didn't know it was no longer the preferred method. There's definitely a lot of pages to update with gcloud storage but we can start using it on new pages.

zoomie commented 2 weeks ago

It looks like they are trying to standardise it, like you said it's probably only worth doing on new pages, or if you're already editing the old pages. I enjoyed your video series!