aristidb / aws

Amazon Web Services for Haskell
BSD 3-Clause "New" or "Revised" License
238 stars 107 forks source link

DisplayName should be optional #248

Closed tiago-loureiro closed 6 years ago

tiago-loureiro commented 6 years ago

There are cases where the DisplayName is an empty string, which causes the UserInfo parser to fail since it requires that the DisplayName to be a non-empty string (note that the key itself is present)