(
&self,
prefix: Option<&Path>,
)
| 1136 | } |
| 1137 | |
| 1138 | fn list( |
| 1139 | &self, |
| 1140 | prefix: Option<&Path>, |
| 1141 | ) -> BoxStream<'static, object_store::Result<ObjectMeta>> { |
| 1142 | self.in_mem.list(prefix) |
| 1143 | } |
| 1144 | |
| 1145 | async fn list_with_delimiter( |
| 1146 | &self, |