vercel / vercel/examples

Blob examples should use access: 'private' instead of 'public'

Open Beginner friendly
#1,441 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
5.2k
Forks
1.8k
Avg merge
3d 12h
Merged PRs (30d)
6

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

  1. storage/blob-starter/components/uploader.tsx (line 32)

    - access: 'public',
    + access: 'private',
    
  2. storage/blob-sveltekit/src/routes/+page.server.ts (line 14)

    - access: 'public',
    + access: 'private',
    

Context

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

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.

Assessment

Tech stack
typescript
Domain
cloud
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Clearly specified
Newbie friendliness
88/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.