From 1c87cd6bbe11ede525b00d432cdf74ec10c3a3ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Pierzcha=C5=82a?= Date: Thu, 24 Oct 2019 11:28:13 +0200 Subject: [PATCH] Fix content_types accessor --- lib/middleman/s3_sync.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/middleman/s3_sync.rb b/lib/middleman/s3_sync.rb index 91425c7..1807a55 100644 --- a/lib/middleman/s3_sync.rb +++ b/lib/middleman/s3_sync.rb @@ -71,7 +71,7 @@ def app=(app) end def content_types - @content_types || {} + s3_sync_options.content_types end protected