Skip to content

Commit

Permalink
Show on PutObjectResponse is very helpful in debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
aristidb committed Jan 5, 2012
1 parent 92d045f commit 53e7847
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Aws/S3/Commands/PutObject.hs
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ data PutObject = PutObject {
putObject :: T.Text -> Bucket -> HTTP.RequestBody IO -> PutObject
putObject obj bucket body = PutObject obj bucket Nothing Nothing Nothing Nothing Nothing Nothing Nothing Nothing body []

data PutObjectResponse = PutObjectResponse{
porVersionId :: Maybe T.Text
}
data PutObjectResponse
= PutObjectResponse {
porVersionId :: Maybe T.Text
}
deriving (Show)

instance SignQuery PutObject where
type Info PutObject = S3Info
Expand Down

0 comments on commit 53e7847

Please sign in to comment.