(self, **kwargs)
| 16 | return False |
| 17 | |
| 18 | async def head_object(self, **kwargs): |
| 19 | self.head_calls += 1 |
| 20 | raise RuntimeError("head not supported") |
| 21 | |
| 22 | async def list_objects_v2(self, **kwargs): |
| 23 | return self.list_response |
no outgoing calls
no test coverage detected