From 1358daeb0ce0b9d7cd26559712a47b4d8b76c92e Mon Sep 17 00:00:00 2001 From: Gee <17325189+GeeCastro@users.noreply.github.com> Date: Tue, 26 Nov 2024 02:28:37 +0000 Subject: [PATCH] fix bold --- docs/scaling/data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scaling/data.md b/docs/scaling/data.md index 2d186bdc..a8f772ed 100644 --- a/docs/scaling/data.md +++ b/docs/scaling/data.md @@ -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`,