Skip to content

Commit 4549aae

Browse files
Apply suggestions from code review
Co-authored-by: marciocloudflare <[email protected]>
1 parent eccbb13 commit 4549aae

File tree

1 file changed

+2
-5
lines changed
  • src/content/docs/logs/get-started/enable-destinations

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,6 @@ Cloudflare R2 is S3-compatible, so you can use the AWS CLI to interact with it.
144144
- Use the `aws s3 cp` command to download the log file:
145145

146146
```bash
147-
aws s3 cp s3://<bucket-name>/<path-to-log-file><local-destination>`
148-
````
147+
aws s3 cp s3://<BUCKET-NAME>/<PATH-TO-LOG-FILE><LOCAL-DESTINATION>`
149148
150-
Replace `<bucket-name>`, `<path-to-log-file>`, and `<local-destination>` with your specific details.
151-
152-
Downloaded files are gzipped so they must be decompressed before viewing in a text editor.
149+
Downloaded files are gzipped so they must be decompressed before you can open them in a text editor.

0 commit comments

Comments
 (0)