Skip to content

Commit 762aa57

Browse files
committed
chore: add blockquotes
1 parent 82dddec commit 762aa57

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/connections/storage/catalog/amazon-s3/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ Segment stores logs as gzipped, newline-separated JSON containing the full call
8383

8484
Segment groups logs by day, and names them using the following format:
8585

86-
s3://{bucket}/segment-logs/{source-id}/{received-day}/filename.gz
86+
```
87+
s3://{bucket}/segment-logs/{source-id}/{received-day}/filename.gz
88+
```
8789

8890
The received-day refers to the UTC date unix timestamp, that the API receives the file, which makes it easy to find all calls received within a certain timeframe.
8991

src/connections/storage/catalog/aws-s3/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,9 @@ Segment stores logs as gzipped, newline-separated JSON containing the full call
462462

463463
Segment groups logs by day, and names them using the following format:
464464

465-
s3://{bucket}/segment-logs/{source-id}/{received-day}/filename.gz
465+
```
466+
s3://{bucket}/segment-logs/{source-id}/{received-day}/filename.gz
467+
```
466468

467469
The received-day refers to the UTC date Unix timestamp, that the API receives the file, which makes it easy to find all calls received within a certain timeframe.
468470

0 commit comments

Comments
 (0)