【发布时间】:2013-11-01 16:21:00
【问题描述】:
我正在尝试中指定的对象存储通知配置 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
请帮我摆脱这个错误
【问题讨论】:
-
您能否将运行 /usr/local/gsutil/gsutil ls -D 的输出发送给我们。请删除 Authorization: 标头。如果您不想在公共论坛上发布调试信息,可以将其发送至 gs-team@google.com。
标签: google-cloud-storage gsutil