Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Cloudflare R2 is S3-compatible, so you can use the AWS CLI to interact with it.
- Use the `aws s3 cp` command to download the log file:

```bash
aws s3 cp s3://<BUCKET-NAME>/<PATH-TO-LOG-FILE><LOCAL-DESTINATION>`
aws s3 cp s3://<BUCKET-NAME>/<PATH-TO-LOG-FILE> <LOCAL-DESTINATION>
```

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