Skip to content

Commit

Permalink
the DisplayName element in the list-bucket-result seems optional
Browse files Browse the repository at this point in the history
I tested it with Amazon S3 and got a response with no DisplayName
element, which broker parsing the response
  • Loading branch information
ppymdjr committed Sep 26, 2019
1 parent bab5017 commit 14311a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bucket-listing.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
(optional
("Owner"
("ID" (bind :owner-id))
("DisplayName" (bind :owner-display-name))))
(optional ("DisplayName" (bind :owner-display-name)))))
("StorageClass" (bind :storage-class))))
(sequence :common-prefixes
("CommonPrefixes"
Expand Down

0 comments on commit 14311a0

Please sign in to comment.