Skip to content

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

@vvo

Description

@vvo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions