Skip to content

fix(cli): Upload symlinked files when seeding storage buckets#5499

Open
mittal-parth wants to merge 1 commit into
supabase:developfrom
mittal-parth:fix/upload-symlinks-in-seed
Open

fix(cli): Upload symlinked files when seeding storage buckets#5499
mittal-parth wants to merge 1 commit into
supabase:developfrom
mittal-parth:fix/upload-symlinks-in-seed

Conversation

@mittal-parth
Copy link
Copy Markdown
Contributor

What kind of change does this PR introduce?

Bug fix

What is the current behavior?

Symlinks are silently skipped in supabase seed buckets.

What is the new behavior?

This change considers symlinks as well for uploads instead of silently skipping them. Emits stderr warnings when a path is not a regular file.

Additional context

Closes #5498

Follow symlinks in UpsertObjects so objects_path entries pointing at
fixtures elsewhere in the repo are uploaded instead of silently skipped.
Emit stderr warnings when a path is not a regular file.
@mittal-parth mittal-parth requested a review from a team as a code owner June 6, 2026 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

seed buckets silently skips symlinked files in objects_path

1 participant