Hi I would like to change my ACL file to allow Google Compute Engine to write on my bucket
Here is what my ACL looks like:
<?xml version="1.0" ?>
<AccessControlList>
<Owner>
<ID>XX</ID>
</Owner>
<Entries>
<Entry>
<Scope type="GroupById">
<ID>XX</ID>
</Scope>
<Permission>FULL_CONTROL</Permission>
</Entry>
<Entry>
<Scope type="AllUsers"/>
<Permission>READ</Permission>
</Entry>
<Entry>
<Scope type="UserByEmail">
<EmailAddress>XX@appspot.gserviceaccount.com</EmailAddress>
</Scope>
<Permission>WRITE</Permission>
</Entry>
</Entries>
</AccessControlList>
Or i don’t know if there is any other way to do it?
I added the service account in the list and it’s working pretty straightforward in fact