lib/app_builder/uploader.rb in app_builder-0.1.10 vs lib/app_builder/uploader.rb in app_builder-0.2.0

- old
+ new

@@ -52,10 +52,10 @@ end private def s3? - upload_type == :s3 + resource_type == :s3 end def s3_client @s3_client ||= Aws::S3::Client.new( region: region,