{"record":{"id":"f0cb6cf0485e0e12","repo":"BerriAI/litellm","slug":"bedrockfilesconfig-does-not-support-file-listing","errorCode":null,"errorMessage":"BedrockFilesConfig does not support file listing","messagePattern":"BedrockFilesConfig does not support file listing","errorType":"exception","errorClass":"NotImplementedError","httpStatus":null,"severity":"error","filePath":"litellm/llms/bedrock/files/transformation.py","lineNumber":1149,"sourceCode":"        litellm_params: dict,\n    ) -> tuple[str, dict]:\n        raise NotImplementedError(\"BedrockFilesConfig does not support file deletion\")\n\n    def transform_delete_file_response(\n        self,\n        raw_response: httpx.Response,\n        logging_obj: LiteLLMLoggingObj,\n        litellm_params: dict,\n    ) -> FileDeleted:\n        raise NotImplementedError(\"BedrockFilesConfig does not support file deletion\")\n\n    def transform_list_files_request(\n        self,\n        purpose: str | None,\n        optional_params: dict,\n        litellm_params: dict,\n    ) -> tuple[str, dict]:\n        raise NotImplementedError(\"BedrockFilesConfig does not support file listing\")\n\n    def transform_list_files_response(\n        self,\n        raw_response: httpx.Response,\n        logging_obj: LiteLLMLoggingObj,\n        litellm_params: dict,\n    ) -> list[OpenAIFileObject]:\n        raise NotImplementedError(\"BedrockFilesConfig does not support file listing\")\n\n    def transform_file_content_request(\n        self,\n        file_content_request: FileContentRequest,\n        optional_params: Mapping[str, object],\n        litellm_params: MutableMapping[str, object],\n    ) -> tuple[str, dict[str, str]]:\n        \"\"\"\n        Build a SigV4-signed S3 GetObject request for a Bedrock batch file.\n","sourceCodeStart":1131,"sourceCodeEnd":1167,"githubUrl":"https://github.com/BerriAI/litellm/blob/6c2dcb801bf2b75c18f1bb24140e7cf57465cc4d/litellm/llms/bedrock/files/transformation.py#L1131-L1167","documentation":"Error \"BedrockFilesConfig does not support file listing\" thrown in BerriAI/litellm.","triggerScenarios":"Thrown at litellm/llms/bedrock/files/transformation.py:1149 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Bedrock files do not support listing; list objects in S3."],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"6c2dcb801bf2b75c18f1bb24140e7cf57465cc4d","analyzedAt":"2026-08-15T07:12:03.035Z","schemaVersion":2},"datasetVersion":"2026-08-15T22:17:37.221Z"}