“cloud-storage-analytics@google.com”的范围类型是什么?

时间:2013-08-26 07:21:06

标签: logging google-cloud-storage

我一直在尝试使用Google Cloud Service将访问日志设置为我的Bucket。对于creating logs in target bucket,我需要将目标存储分区的ACL更新为对Google Cloud帐户的WRITE权限 - “cloud-storage-analytics@google.com”

我已在目标存储桶上添加了此电子邮件地址,已成功通过“ GroupByEmail ”和“ UserByEmail ”范围类型添加。请说明在目标存储桶上添加此电子邮件地址的范围类型是否正确。

创建日志需要多长时间?

谢谢,

Neelam Sharma

1 个答案:

答案 0 :(得分:1)

这是一个团体。使用 GroupByEmail 。以下是有效设置的示例。

<Entry>
    <Scope type="GroupByEmail">
        <EmailAddress>
            cloud-storage-analytics@google.com
        </EmailAddress>
    </Scope>
    <Permission>
        WRITE
    </Permission>
 </Entry>

每小时生成访问日志,并且每天生成存储日志。