I want to access ciphertext value from google cloud bucket file and extract values of the file and pass to kms decrypt in python.
reqCipherText = service.objects().get_media(bucket=bucket_name, object=fileName)
Note: I dont want to download file from GCP bucket and read then pass to KMS decrypt.