From f7e8cf3b00eb884b0eeda60d0516764c038837cc Mon Sep 17 00:00:00 2001 From: Umair Idris Date: Tue, 23 Apr 2019 12:22:35 -0400 Subject: [PATCH] Don't require logging object prefix The default is pretty sane: > Optionally, you can set the log_object_prefix object prefix for your log objects. The object prefix forms the beginning of the log object name. It can be at most 900 characters and must be a valid object name. By default, the object prefix is the name of the bucket for which the logs are enabled. https://cloud.google.com/storage/docs/access-logs --- .../cloud-foundation/templates/gcs_bucket/gcs_bucket.py.schema | 1 - 1 file changed, 1 deletion(-) diff --git a/community/cloud-foundation/templates/gcs_bucket/gcs_bucket.py.schema b/community/cloud-foundation/templates/gcs_bucket/gcs_bucket.py.schema index 732f67409..5c81cc810 100644 --- a/community/cloud-foundation/templates/gcs_bucket/gcs_bucket.py.schema +++ b/community/cloud-foundation/templates/gcs_bucket/gcs_bucket.py.schema @@ -90,7 +90,6 @@ properties: type: object required: - logBucket - - logObjectPrefix properties: logBucket: type: string