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 0dbb8b6 commit 6c7a586Copy full SHA for 6c7a586
src/content/docs/logs/logpush/logpush-job/enable-destinations/r2.mdx
@@ -146,7 +146,7 @@ Cloudflare R2 is S3-compatible, so you can use the AWS CLI to interact with it.
146
- Use the `aws s3 cp` command to download the log file:
147
148
```bash
149
-aws s3 cp s3://<BUCKET-NAME>/<PATH-TO-LOG-FILE><LOCAL-DESTINATION>`
+aws s3 cp s3://<BUCKET-NAME>/<PATH-TO-LOG-FILE> <LOCAL-DESTINATION>
150
```
151
152
Replace `<bucket-name>`, `<path-to-log-file>`, and `<local-destination>` with your specific details.
0 commit comments