swiftly
swiftly copied to clipboard
Allow some way to delete segmented objects
Maybe: swiftly delete container/object --segments
Hi,
Recently I've moved from official swift client to swiftly as it has header tagging of Dynamic Large Objects working out of the box while uploading. It works like a charm and I was not able to make it work with swift client. In python swift client only manifest file is get header tagged but not segments files.
Nevertheless deleting DLO is a bit painfull in swiftly as I have to run it twice. I have to delete all segment objects in the first run and then delete manifest file in second run (swift client does manifest+objects removal with single command)
It would be awesome to have a simple switch as you mentioned above (--segments) to handle delete operation of DLO
Thanks! Marek