Skip to content

batch_delete_objects API endpoint not implemented? #823

Description

@bejgli

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Object StorageIssue pertains to the Object Storage service

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions