ashishkumar50 commented on PR #6218: URL: https://github.com/apache/ozone/pull/6218#issuecomment-1943320386
> > Now during delete > > How do we do this delete? Do we pass recursive flag here? Do we have some commands to repro this? No recursive flag, just normal delete ``` ozone sh key put vol1/bucket1/xyz//def/key1 file1 bash-4.2$ ozone sh key delete vol1/bucket1/xyz/def/key1 bash-4.2$ ozone sh key delete vol1/bucket1/xyz/def/ KEY_NOT_FOUND Key not found bash-4.2$ ozone sh key delete vol1/bucket1/xyz/ KEY_NOT_FOUND Key not found ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
