aristidb / aws

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

Unnecessarily throws XmlException with missing user DisplayName #253

Closed willtim closed 5 years ago

willtim commented 5 years ago

My S3 account does not have a display name set for my canonical ID. In fact, after spending nearly an hour trawling the S3 admin pages and the internet, I still cannot see how to set one. Display name should be optional and should not cause failure.

willtim commented 5 years ago

Ah I see there is already a commit for this.

willtim commented 5 years ago

We really need a new release, as I am unable to talk to S3 using the current 0.20 release due to this issue.

aristidb commented 5 years ago

OK will make a release.

aristidb commented 5 years ago

0.21 is released. Please let me know if it still gives you trouble.

willtim commented 5 years ago

Thanks!