From bb4958df7f3617af8e069d553596234700c4c8d4 Mon Sep 17 00:00:00 2001 From: Vincent Voyer Date: Thu, 12 Sep 2024 10:21:20 +0200 Subject: [PATCH] update --- packages/blob/src/put-helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/blob/src/put-helpers.ts b/packages/blob/src/put-helpers.ts index affc62ce1..d3321cd46 100644 --- a/packages/blob/src/put-helpers.ts +++ b/packages/blob/src/put-helpers.ts @@ -68,7 +68,7 @@ export function createPutHeaders( return headers; } -// maximum path length is: +// maximum pathname length is: // 1024 (provider limit) - 26 chars (vercel internal suffixes) - 31 chars (blob `-randomId` suffix) = 967 // we round it to 950 to make it more human friendly, and we apply the limit whatever the value of // addRandomSuffix is, to make it consistent