LiveUI / S3

S3 Client written in Swift
MIT License
93 stars 60 forks source link

Make objects in BucketResults optional #41

Closed macdevnet closed 5 years ago

macdevnet commented 5 years ago

If you list a bucket and it has no content there is no content tag in the result which causes an error as the objects property of BucketResults cannot be populated. This is solved by making objects optional.

rafiki270 commented 5 years ago

cool, thanks :)