我正在尝试 https://developers.google.com/storage/docs/object-change-notification#_Service_Account中指定的对象存储通知配置
我遵循了确切的步骤,但是在运行“gsutil ls”命令时出现以下错误:
/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..
我尝试按照错误消息中的说明转换为 PEM,并使用 gsutil config -e 重新配置,但它返回 PEM 格式的相同错误。
我的 gsutil 版本是 3.37 我已经编译并安装了 pycrypto-2.6
请帮我摆脱这个错误