Skip to content

Commit 077a1c5

Browse files
authored
Update the bucket name in the packet capture doc (#20104)
1 parent d2694eb commit 077a1c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/content/docs/magic-firewall/packet-captures/collect-pcaps.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ While the collection is in progress, the response returns the `status` field as
9393
"packet_limit": 10000,
9494
"byte_limit": 100000000,
9595
"colo": "ORD",
96-
"destination_conf": "gs://test-magic-pcaps"
96+
"destination_conf": "gs://<bucket-name>" // Ensure you use a bucket that you created and registered in the Cloudflare dashboard
9797
},
9898
"success": true,
9999
"errors": [],

src/content/docs/magic-firewall/packet-captures/pcaps-bucket-setup.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The response has a `"filename"` parameter which contains the content of the `own
7272
"status": "pending",
7373
"submitted": "2022-04-22T18:54:13.397413Z",
7474
"validated": "",
75-
"destination_conf": "gs://bucket-test",
75+
"destination_conf": "gs://bucket-test", // Ensure you use a bucket that you created and registered in the Cloudflare dashboard.
7676
"filename": "ownership-challenge-1234.txt"
7777
},
7878
"success": true,
@@ -101,7 +101,7 @@ curl https://api.cloudflare.com/client/v4/accounts/{account_id}/pcaps/ownership/
101101
"status": "success",
102102
"submitted": "2022-04-22T18:54:13.397413Z",
103103
"validated": "2022-04-27T14:54:46.440548Z",
104-
"destination_conf": "gs://bucket-test",
104+
"destination_conf": "gs://<bucket-name>", // Ensure you use a bucket that you created and registered in the Cloudflare dashboard
105105
"filename": "ownership-challenge-1234.txt"
106106
},
107107
"success": true,

0 commit comments

Comments
 (0)