Draft: Fix anthos logger minio
Fix two issues:
- log4js doesn't write logs in GCP, so it was changed to usual
console
- Different versions of MinIO return different responses for
ListObjects
with and withoutContents
field, so we added handling such a situation.
Edited by Yan Sushchynski (EPAM)