Home
last modified time | relevance | path

Searched refs:gcs_blob_path (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tink/python/examples/gcs/
H A Dgcs_envelope_aead.py75 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): argument
113 if not gcs_blob_path.startswith(_GCS_PATH_PREFIX):
116 path = gcs_blob_path[len(_GCS_PATH_PREFIX):]
H A Dgcs_envelope_aead_test.sh68 --gcs_blob_path "${GCS_BUCKET}/example_data.txt.encrypted"
86 --gcs_blob_path "${GCS_BUCKET}/example_data.txt.encrypted" \
H A DREADME.md24 * `--gcs_blob_path`:
68 --gcs_blob_path gs://my-bucket-name/my-blob-name
79 --gcs_blob_path gs://my-bucket-name/my-blob-name \