Kaynağa Gözat

Minor cleanup to S3 plugin.

Brit Butler 12 yıl önce
ebeveyn
işleme
e1a1ca75cf
1 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  1. 1 2
      plugins/s3.lisp

+ 1 - 2
plugins/s3.lisp

@@ -44,8 +44,7 @@ and the secret key on the second.")
44 44
                   :content-type (content-type (pathname-type filepath))))))
45 45
 
46 46
 (defun dir->s3 (dir)
47
-  (flet ((upload (file)
48
-           (s3-sync file dir :public-p t)))
47
+  (flet ((upload (file) (s3-sync file dir)))
49 48
     (cl-fad:walk-directory dir #'upload)))
50 49
 
51 50
 (defmethod deploy :after (staging)