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
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
Maybe:
swiftly delete container/object --segments
The text was updated successfully, but these errors were encountered: