Minor cleanup to S3 plugin.
This commit is contained in:
parent
7fd7954c5d
commit
e1a1ca75cf
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue