Skip to content

Commit 46daaa0

Browse files
authored
Merge pull request #85 from bhandarivijay-png/ai-gsutil-migration-1870093beb8b4b9b8b1ab260f854be38
chore: Migrate gsutil usage to gcloud storage
2 parents c06a651 + 4e29869 commit 46daaa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/Download Data.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
"For example you can use\n",
4545
"\n",
4646
"```\n",
47-
"gsutil ls gs://objectron/v1/records_shuffled\n",
47+
"gcloud storage ls gs://objectron/v1/records_shuffled\n",
4848
"```\n",
4949
"to see the available classes in the dataset. Similarly, the easiest way to copy files to the local machine would be\n",
5050
"```\n",
51-
"gsutil cp -r gs://objectron/v1/records_shuffled local_dataset_dir\n",
51+
"gcloud storage cp --recursive gs://objectron/v1/records_shuffled local_dataset_dir\n",
5252
"```"
5353
]
5454
},

0 commit comments

Comments
 (0)