Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
georaldc opened this issue May 29, 2018 · 0 comments

Comments

@georaldc
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant