We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eccbb13 commit 4549aaeCopy full SHA for 4549aae
src/content/docs/logs/get-started/enable-destinations/r2.mdx
@@ -144,9 +144,6 @@ Cloudflare R2 is S3-compatible, so you can use the AWS CLI to interact with it.
144
- Use the `aws s3 cp` command to download the log file:
145
146
```bash
147
-aws s3 cp s3://<bucket-name>/<path-to-log-file><local-destination>`
148
-````
+aws s3 cp s3://<BUCKET-NAME>/<PATH-TO-LOG-FILE><LOCAL-DESTINATION>`
149
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.
+Downloaded files are gzipped so they must be decompressed before you can open them in a text editor.
0 commit comments