Skip to content

Commit

Permalink
Merge pull request #35 from ppymdjr/master
Browse files Browse the repository at this point in the history
the DisplayName element in the list-bucket-result seems optional
  • Loading branch information
xach authored Sep 30, 2019
2 parents bab5017 + 14311a0 commit 5b6a333
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 5b6a333

Please sign in to comment.