Skip to content

Commit 9440106

Browse files
committed
Changes after review.
1 parent 4549aae commit 9440106

File tree

1 file changed

+3
-1
lines changed
  • src/content/docs/logs/get-started/enable-destinations

1 file changed

+3
-1
lines changed

src/content/docs/logs/get-started/enable-destinations/r2.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ Once your logs are stored in R2, you can download them using various methods:
136136

137137
![Log files list](~/assets/images/logs/logs-r2.png)
138138

139-
140139
### AWS CLI
141140

142141
Cloudflare R2 is S3-compatible, so you can use the AWS CLI to interact with it.
@@ -145,5 +144,8 @@ Cloudflare R2 is S3-compatible, so you can use the AWS CLI to interact with it.
145144

146145
```bash
147146
aws s3 cp s3://<BUCKET-NAME>/<PATH-TO-LOG-FILE><LOCAL-DESTINATION>`
147+
```
148+
149+
Replace `<bucket-name>`, `<path-to-log-file>`, and `<local-destination>` with your specific details.
148150

149151
Downloaded files are gzipped so they must be decompressed before you can open them in a text editor.

0 commit comments

Comments
 (0)