logging - What is scope type for "cloud-storage-analytics@google.com"? -


i have been trying set access logs bucket using google cloud service. creating logs in target bucket, need update acl of target bucket write permission google cloud account - "cloud-storage-analytics@google.com"

i have added email address on target bucket, has been added via "groupbyemail" , "userbyemail" scope type successfully. please clarify scope type correct add email address on target bucket.

how time take create logs?

thanks,

neelam sharma

it's group. use groupbyemail. here's example of valid setting it.

<entry>     <scope type="groupbyemail">         <emailaddress>             cloud-storage-analytics@google.com         </emailaddress>     </scope>     <permission>         write     </permission>  </entry> 

access logs generated on hourly basis, , storage logs generated on daily basis.


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -