I try to follow the instructions in https://cloud.google.com/storage/docs/access-logs to create access log for my bucket in Google Cloud Platform. The problem is that the access log is created hourly, which means in one day, there will be 24 files and for one week, there will be 24 * 7 files. That is not convenient to manage.
Is it possible to create access log daily or weekly? Or auto merge all hourly logs?
Thanks