Skip to content

Commit

Permalink
Fix up request for RESTORE-OBJECT.
Browse files Browse the repository at this point in the history
  • Loading branch information
xach committed Dec 19, 2012
1 parent d8a4242 commit 071307a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lifecycle.lisp
Expand Up @@ -239,7 +239,11 @@ configuration is deleted with DELETE-BUCKET-LIFECYCLE."
(let* ((content (restore-request-document days))
(md5 (vector-md5/b64 content)))
(submit-request (make-instance 'request
:method :post
:content-md5 md5
:sub-resource "restore"
:bucket bucket
:key key))))
:key key
:content content))))


0 comments on commit 071307a

Please sign in to comment.