jekyll-s3-yearofmoo 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -95,7 +95,6 @@ cloudfront_distribution_id: YOUR_CLOUDFRONT_DIST_ID (OPTIONAL)
|
|
95
95
|
|
96
96
|
dir = @production_directory || SITE_DIR
|
97
97
|
to_upload = local_files
|
98
|
-
raise to_upload.to_yaml
|
99
98
|
to_upload.each do |f|
|
100
99
|
run_with_retry do
|
101
100
|
if AWS::S3::S3Object.store(f, open("#{dir}/#{f}"), @s3_bucket, :access => 'public-read')
|