© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
2 replies
bwurtz999

File Uploads with Laravel Vapor

Hey all - I am able to upload a file to a S3 bucket locally. However, when I try it in staging the file is not saved to S3. The
logo
logo
field value in the database updates to something new, but the file is never saved.

FileUpload::make('logo')
  ->disk('s3')
  ->directory('logos')
  ->visibility('public'),
FileUpload::make('logo')
  ->disk('s3')
  ->directory('logos')
  ->visibility('public'),


I have the storage bucket properly attached to the environment. Any ideas what's going on here? Thanks!
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Laravel Vapor gzip
FilamentFFilament / ❓┊help
3y ago
502 Bad Gateway Error on Laravel Vapor
FilamentFFilament / ❓┊help
2y ago
S3 File Uploads
FilamentFFilament / ❓┊help
3y ago
Lazy file uploads
FilamentFFilament / ❓┊help
3y ago