【发布时间】:2014-07-06 16:11:21
【问题描述】:
在google云存储桶的acl文件中,有几个“GroupById”部分,我们如何判断它们到底是哪个组?
<?xml version="1.0" ?>
<AccessControlList>
<Entries>
<Entry>
<Scope type="GroupById">
<ID>00b4903a9723223d04b0b0f62a685816f6507795e4fd99efef36a2f1e6de00d7</ID>
</Scope>
<Permission>FULL_CONTROL</Permission>
</Entry>
<Entry>
<Scope type="GroupById">
<ID>00b4903a9790857bbc0cdcd793997d3cc14342d54187d1d541989da7e514fac2</ID>
</Scope>
<Permission>FULL_CONTROL</Permission>
</Entry>
<Entry>
<Scope type="GroupById">
<ID>00b4903a9765a87209b3e1452e437e7454c3af51863bdeff32e647151c238bda</ID>
</Scope>
<Permission>READ</Permission>
</Entry>
</Entries>
</AccessControlList>
我知道其中一个可能是应用引擎。但我无法弄清楚。
【问题讨论】:
标签: google-app-engine google-cloud-storage