Skip to content

Commit

Permalink
Merge pull request #36 from ajberkley/master
Browse files Browse the repository at this point in the history
Actually use storage-class in put-object
  • Loading branch information
xach authored Sep 30, 2019
2 parents 9b3a43d + 20f5351 commit 28f352c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interface.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ constraint."
:metadata metadata
:amz-headers
(append policy-header
(list (cons "storage-class" storage-class))
(when security-token
(list (cons "security-token" security-token)))
(when tagging
Expand Down

0 comments on commit 28f352c

Please sign in to comment.