我犯了一个错误:使用google_storage_bucket_iam_policy而不是google_storage_bucket_iam_binding,所以它没有添加新策略,而是替换了所有现有的策略}
现在我无法运行地形计划,因为我无法进入我自己的水桶。我得到了类似于<my email> does not have storage.buckets.get access to the Google Cloud Storage bucket., forbidden的错误消息
我有一个媒体转换工作,将采取从s3桶输入视频,然后转换它,并将其存储在同一帐户内的另一个桶。但是,当为s3存储桶启用“阻止此帐户的公共访问设置”时,我将获得1401 Unable to write to output file: [Failed to write data: Access Denied但是,我希望将这个安全层放在适当的位置。