I tried to set up a notification about storage of objects, as indicated in https://developers.google.com/storage/docs/object-change-notification#_Service_Account
I followed the exact steps, however, when I run the gsutil ls command, I get the following error:
/usr/local/gsutil/gsutil ls Failure: PKCS12 format is not supported by the PyCrpto library. Try converting to a "PEM" (openssl pkcs12 -in xxxxx.p12 -nodes -nocerts > privatekey.pem) or using PyOpenSSL if native code is an option..
I tried converting to PEM as indicated in the error message and reconfigured with gsutil config -e, but it returned the same error for the PEM format.
My gsutil version is 3.37. I compiled and installed pycrypto-2.6
Please help me get rid of this error.
google-cloud-storage gsutil
sachinkale
source share