-
Notifications
You must be signed in to change notification settings - Fork 309
Description
object_storage_client.batch_delete_objects API endpoint not implemented?
I'm using the code from the example: https://docs.oracle.com/en-us/iaas/tools/python-sdk-examples/2.165.1/objectstorage/batch_delete_objects.py.html
I'm getting this response. Is it possible that its not implemented on the API side?
{'target_service': 'object_storage', 'status': 501, 'code': 'NotImplemented', 'opc-request-id': 'xxx', 'message': 'Not Implemented', 'operation_name': 'batch_delete_objects', 'timestamp': '2026-01-28T15:16:10.374395+00:00', 'client_version': 'Oracle-PythonSDK/2.166.0', 'request_endpoint': 'POST https://objectstorage.eu-zurich-1.oraclecloud.com/n/xxxx/b/xxxx/actions/batchDeleteObjects'...
The error message suggests this document: https://docs.oracle.com/iaas/api/#/en/objectstorage/20160918/Object/BatchDeleteObjects
which doesn't exist.
I'm getting similar results with the go sdk. That one never responds with this function call.