From d7eef7cbf81c5c67c30ade0241c28604fc4e5536 Mon Sep 17 00:00:00 2001 From: magin Date: Sun, 2 Mar 2025 13:22:16 -0600 Subject: [PATCH] Update the bucket name in the packet capture doc --- .../docs/magic-firewall/packet-captures/collect-pcaps.mdx | 2 +- .../magic-firewall/packet-captures/pcaps-bucket-setup.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/docs/magic-firewall/packet-captures/collect-pcaps.mdx b/src/content/docs/magic-firewall/packet-captures/collect-pcaps.mdx index 29a9be27f0c1b53..8306e36a567c2f8 100644 --- a/src/content/docs/magic-firewall/packet-captures/collect-pcaps.mdx +++ b/src/content/docs/magic-firewall/packet-captures/collect-pcaps.mdx @@ -93,7 +93,7 @@ While the collection is in progress, the response returns the `status` field as "packet_limit": 10000, "byte_limit": 100000000, "colo": "ORD", - "destination_conf": "gs://test-magic-pcaps" + "destination_conf": "gs://" // Ensure you use a bucket that you created and registered in the Cloudflare dashboard }, "success": true, "errors": [], diff --git a/src/content/docs/magic-firewall/packet-captures/pcaps-bucket-setup.mdx b/src/content/docs/magic-firewall/packet-captures/pcaps-bucket-setup.mdx index 0ff1dbfe6dcf025..85e21e2b2ce956e 100644 --- a/src/content/docs/magic-firewall/packet-captures/pcaps-bucket-setup.mdx +++ b/src/content/docs/magic-firewall/packet-captures/pcaps-bucket-setup.mdx @@ -72,7 +72,7 @@ The response has a `"filename"` parameter which contains the content of the `own "status": "pending", "submitted": "2022-04-22T18:54:13.397413Z", "validated": "", - "destination_conf": "gs://bucket-test", + "destination_conf": "gs://bucket-test", // Ensure you use a bucket that you created and registered in the Cloudflare dashboard. "filename": "ownership-challenge-1234.txt" }, "success": true, @@ -101,7 +101,7 @@ curl https://api.cloudflare.com/client/v4/accounts/{account_id}/pcaps/ownership/ "status": "success", "submitted": "2022-04-22T18:54:13.397413Z", "validated": "2022-04-27T14:54:46.440548Z", - "destination_conf": "gs://bucket-test", + "destination_conf": "gs://", // Ensure you use a bucket that you created and registered in the Cloudflare dashboard "filename": "ownership-challenge-1234.txt" }, "success": true,