Summary
The blob examples currently default to access: 'public', but we're moving toward private-by-default for blob stores. These examples are what developers copy-paste from, so they should reflect the recommended default.
Files to update
-
storage/blob-starter/components/uploader.tsx (line 32)
- access: 'public',
+ access: 'private',
-
storage/blob-sveltekit/src/routes/+page.server.ts (line 14)
- access: 'public',
+ access: 'private',
Context
Summary
The blob examples currently default to
access: 'public', but we're moving toward private-by-default for blob stores. These examples are what developers copy-paste from, so they should reflect the recommended default.Files to update
storage/blob-starter/components/uploader.tsx(line 32)storage/blob-sveltekit/src/routes/+page.server.ts(line 14)Context
front/apps/vercel-site/components/stores/constants.ts)