我的 App Engine 应用程序创建了一个对象。我现在正在尝试使用 gsutil 更改 acls,但即使我是该项目的所有者也无法这样做:
$ gsutil getacl gs://mybucket/3c3765c2e7d4bfe6320c54fa4c8538dc.png
GSResponseError: status=403, code=AccessDenied, reason=Forbidden.
$ gsutil ls -L gs://mybucket/3c3765c2e7d4bfe6320c54fa4c8538dc.png
gs://mybucket/3c3765c2e7d4bfe6320c54fa4c8538dc.png:
Creation time: Mon, 31 Dec 2012 00:17:06 GMT
Cache-Control: public, max-age=3600, no-transform
Content-Length: 30317
Content-Type: image/png
ETag: 3df68afeffcba39dbfdf568d78bb4c72
ACL: ACCESS DENIED. Note: you need FULL_CONTROL permission
on the object to read its ACL.
TOTAL: 1 objects, 30317 bytes (29.61 KB)
为什么我对这个对象没有 FULL_CONTROL?
来自https://groups.google.com/d/msg/gs-discussion/-aQISyaeeFo/9L_ML2SnV0MJ