我想在NodeJS中使用Google Cloud Storage,但使用google-auth-library进行身份验证 具体来说:我想将其托管在heroku上,所以我想将秘密保存在环境变量中,而不是在文件中(因为我必须提交文件才能部署到heroku)。基本上在auth库中建议什么: https://github.com/googleapis/google-auth-library-nodejs#loading-credentials-from-environment-variables
但是我似乎无法将生成的客户端传递给Storage构造函数?