rackspace / php-opencloud

The PHP SDK for OpenStack clouds
developer.rackspace.com
Other
451 stars 250 forks source link

For Cloud Files, I can retrieve an object (getObject method) but cannot delete same object #726

Open georaldc opened 6 years ago

georaldc commented 6 years ago

I've been running into a really random issue where some (not all) objects we have stored on Cloud Files cannot be deleted. I can do a getObject() just fine and even do an objectExists() check against it but a deleteObject() command will always end up with the SDK/Guzzle throwing a 404 Not Found ClientErrorResponseException. The target URL does exist since I am able to retrieve the object (and check for its existence) just fine. Is there something I am missing here?