Skip to content

Commit 6c7a586

Browse files
authored
Fix command syntax for downloading log files (#25752)
1 parent 0dbb8b6 commit 6c7a586

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/logs/logpush/logpush-job/enable-destinations

1 file changed

+1
-1
lines changed

src/content/docs/logs/logpush/logpush-job/enable-destinations/r2.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Cloudflare R2 is S3-compatible, so you can use the AWS CLI to interact with it.
146146
- Use the `aws s3 cp` command to download the log file:
147147

148148
```bash
149-
aws s3 cp s3://<BUCKET-NAME>/<PATH-TO-LOG-FILE><LOCAL-DESTINATION>`
149+
aws s3 cp s3://<BUCKET-NAME>/<PATH-TO-LOG-FILE> <LOCAL-DESTINATION>
150150
```
151151

152152
Replace `<bucket-name>`, `<path-to-log-file>`, and `<local-destination>` with your specific details.

0 commit comments

Comments
 (0)