We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d365f9 commit 2a59571Copy full SHA for 2a59571
1 file changed
docs/cookbook.md
@@ -20,7 +20,7 @@ list_stream = obs.list(store, prefix)
20
# Print info
21
for batch in list_stream:
22
for meta in batch:
23
- print(f"Name: {meta.path}, size: {meta.size}")
+ print(f"Name: {meta["path"]}, size: {meta["size"]}")
24
```
25
26
## List objects as Arrow
0 commit comments