opentelekomcloud / python-otcextensions

Extension of the OpenStackSDK && OpenStackClient with OpenTelekomCloud services
https://docs.otc-service.com/python-otcextensions
Apache License 2.0
24 stars 23 forks source link

Deleting OBS objects/containers not working properly #401

Closed danielaebert closed 4 months ago

danielaebert commented 5 months ago

Deleting container and all its contents brings following error:

$ openstack obs container delete -r scenario44-b7f3507a41f80-cts-apimon Proxy.delete_object() got an unexpected keyword argument 'object'

Deleting objects (empty folder) does not work:

openstack obs object list scenario44-b7f3507a41f80-cts-apimon +--------------+ | name | +--------------+ | CloudTraces/ | +--------------+

openstack obs object delete scenario44-b7f3507a41f80-cts-apimon CloudTraces/ -> no error message, but folder still present

danielaebert commented 4 months ago

Deleting folders works now