lib/fastly/models/logging_gcs_response.rb in fastly-6.0.1 vs lib/fastly/models/logging_gcs_response.rb in fastly-6.0.2
- old
+ new
@@ -53,11 +53,10 @@
attr_accessor :account_name
# The name of the GCS bucket.
attr_accessor :bucket_name
- # The path to upload logs to.
attr_accessor :path
# A PGP public key that Fastly will use to encrypt your log files before writing them to disk.
attr_accessor :public_key
@@ -263,9 +262,11 @@
self.bucket_name = attributes[:'bucket_name']
end
if attributes.key?(:'path')
self.path = attributes[:'path']
+ else
+ self.path = '/'
end
if attributes.key?(:'public_key')
self.public_key = attributes[:'public_key']
else