diff --git a/src/content/docs/logs/logpush/logpush-job/enable-destinations/r2.mdx b/src/content/docs/logs/logpush/logpush-job/enable-destinations/r2.mdx index b351aab26785d11..97dab3115ad4d87 100644 --- a/src/content/docs/logs/logpush/logpush-job/enable-destinations/r2.mdx +++ b/src/content/docs/logs/logpush/logpush-job/enable-destinations/r2.mdx @@ -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:///` +aws s3 cp s3:/// ``` Replace ``, ``, and `` with your specific details.