We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now if you have an application/directory marker like this one:
›› swift stat --os-tenant-name=AUTH_acct Cont ObjDirectory Account: AUTH_acct Container: Cont Object: ObjDirectory Content Type: application/directory Content Length: 0
issuing
stor rm -r swift://AUTH_acct/Cont/ObjDirectory
will not cause that marker to be deleted, because we don't check for it.
Thus we need to essentially say that:
also implies that we delete the object (i.e.):
stor rm swift://AUTH_acct/Cont/ObjDirectory
credit to Sanjay for noticing the bug.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now if you have an application/directory marker like this one:
issuing
will not cause that marker to be deleted, because we don't check for it.
Thus we need to essentially say that:
also implies that we delete the object (i.e.):
credit to Sanjay for noticing the bug.
The text was updated successfully, but these errors were encountered: