Blob examples should use access: 'private' instead of 'public'
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 88/100
- Issue type
- Documentation
- Clarity
- Clearly specified
- Activity status
- Quiet
- Tech stack
- typescript
- Domain
- cloud
Research direction
Update the two specified examples: storage/blob-starter/components/uploader.tsx at line 32 and storage/blob-sveltekit/src/routes/+page.server.ts at line 14. Change each blob access setting from public to private, then review both snippets to confirm the copy-paste examples match the private-by-default recommendation.
Written by the indexing model from the issue text.
Description
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
- CLI PRs already in progress: https://github.com/vercel/vercel/pull/15375, https://github.com/vercel/vercel/pull/15147
- Dashboard create modal already defaults to private
- These examples are referenced from the Vercel dashboard (
front/apps/vercel-site/components/stores/constants.ts)
- Dominant language
- TypeScript
- Stars
- 5.2k
- Forks
- 1.8k
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 6
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from vercel/examples
-
Difficulty 4/5 3-5 days Newbie friendliness 45/100
-
Error 00 Open
Difficulty 3/5 1-2 days Newbie friendliness 10/100
-
Roboto Open
Difficulty 5/5 Over a week Newbie friendliness 15/100
-
Difficulty 4/5 3-5 days Newbie friendliness 45/100
-
LeadFinder Open
Difficulty 5/5 Over a week Newbie friendliness 25/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
Eynzof/Hermes-CN-Desktop#610 ·
-
bug clawsweeper:linked-pr-open clawsweeper:needs-live-repro clawsweeper:no-new-fix-pr impact:message-loss issue-rating: 🐚 platinum hermit P2 regression
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
calcite-components needs triage refactor
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
Esri/calcite-design-system#15203 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 78/100
fullcalendar/fullcalendar#8106 ·