You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: