openstacknetsdk / openstack.net

An OpenStack Cloud SDK for Microsoft .NET
http://www.openstacknetsdk.org
Other
117 stars 101 forks source link

CloudFiles Sample In Wiki Outdated for DeleteObject #667

Open patakijv opened 3 years ago

patakijv commented 3 years ago

It appears this commit https://github.com/openstacknetsdk/openstack.net/commit/9d40fe1e044cebfb6c4f0cc682fb99aba78e810c changes the cloudFilesProvider.DeleteObject method from returning a response object to void. The documentation in the wiki still shows usage of the response object as a return value. I think this commit may have had similar changes that require updated wiki pages and perhaps other sample code elsewhere.

I am interested also in understanding why the response object as a return was changed and is there a recommended pattern for achieving the same response to the operation? That would also be helpful to add to the wiki and other sample code.