With the stackit object-storage bucket delete 'bucket_name' -p command you can delete your bucket but only when its empty. So i need a command like:
stackit object-storage bucket 'bucket_name' objects list -p
stackit object-storage bucket 'bucket_name' objects delete 'object_name' -p
stackit object-storage bucket 'bucket_name' objects delete -all -p
Best regards,
Vincent Rochlitzer
With the
stackit object-storage bucket delete 'bucket_name' -pcommand you can delete your bucket but only when its empty. So i need a command like:stackit object-storage bucket 'bucket_name' objects list -pstackit object-storage bucket 'bucket_name' objects delete 'object_name' -pstackit object-storage bucket 'bucket_name' objects delete -all -pBest regards,
Vincent Rochlitzer