diff --git a/plugins/s3.lisp b/plugins/s3.lisp index 3a729b6..b8a19be 100644 --- a/plugins/s3.lisp +++ b/plugins/s3.lisp @@ -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)