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
To delete an object with a URL-encoded name from Cloud Files, it looks like you need to double URL-encode the filename
Yes, we ran into this during testing and discussed possible solutions prior to finalizing the implementation, though I can't remember the issues we came up with. I think it had something to do with how Go was auto-encoding the file name vs how another system might auto-encode it (or the users themselves), and then you wouldn't know whether to URL-decode the file name or not. @kenperkins might remember better than I have here. Regardless, that should probably be revisited.
Objects with URL-encoded names also cause rack files container empty to hang.
I'll do some testing. Can you post the output of your empty command with the --log debug flag (minus your credentials, of course)?
To delete an object with a URL-encoded name from Cloud Files, it looks like you need to double URL-encode the filename:
Objects with URL-encoded names also cause
rack files container empty
to hang.The text was updated successfully, but these errors were encountered: