Minor cleanup to S3 plugin.

This commit is contained in:
Brit Butler 2013-01-30 23:24:46 -05:00
parent 7fd7954c5d
commit e1a1ca75cf

View file

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