I create a Bucket in Google Cloud Platform and publicly share some files. I want to know the download log for these public files. However, in this document https://cloud.google.com/storage/docs/access-logs , there are only 3 methods to get the log.
I try to use the first method, i.e. gsutils, by downloading and installing cloud SDK. However, due to the network blocking in China, gcloud cannot pass the initial connection test.
Therefore, I just wonder if it is possible to create and get access log via Google Cloud Platform Console(The document does not provide the method to do so). My browser can visit the console via a special proxy without any problems.
Thanks