Searched refs:gcs_blob_path (Results 1 – 3 of 3) sorted by relevance
75 bucket_name, object_name = _get_bucket_and_object(FLAGS.gcs_blob_path)81 associated_data = FLAGS.gcs_blob_path.encode('utf-8')101 def _get_bucket_and_object(gcs_blob_path): argument113 if not gcs_blob_path.startswith(_GCS_PATH_PREFIX):116 path = gcs_blob_path[len(_GCS_PATH_PREFIX):]
68 --gcs_blob_path "${GCS_BUCKET}/example_data.txt.encrypted"86 --gcs_blob_path "${GCS_BUCKET}/example_data.txt.encrypted" \
24 * `--gcs_blob_path`:68 --gcs_blob_path gs://my-bucket-name/my-blob-name79 --gcs_blob_path gs://my-bucket-name/my-blob-name \