Created
May 18, 2019 03:58
-
-
Save kcchien/f0e6baa8437aea755d561e9c737fdb19 to your computer and use it in GitHub Desktop.
Scanning User-generated Content Using the Cloud Video Intelligence and Cloud Vision APIs - 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gsutil mb gs://${IV_BUCKET_NAME} | |
gsutil mb gs://${FILTERED_BUCKET_NAME} | |
gsutil mb gs://${FLAGGED_BUCKET_NAME} | |
gsutil mb gs://${STAGING_BUCKET_NAME} | |
# 檢查一下是否有列出4個Bucket | |
gsutil ls |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment