Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/scaling/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ maximum level of parallelism when retrieving data under multiple prefixes.
If you have specified a custom `s3root`, you can use `get_all()` to get all files
recursively under the given prefix.

#### Loading parts of files
#### **Loading parts of files**

A performance-sensitive application may want to read only a part of a large file.
Instead of a string, the `get` and `get_many` calls also accept an object with `key`,
Expand Down