© 2026 Hedgehog Software, LLC

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

File Upload not working on s3

What I'm trying to do:
I want to store my uploads to AWS S3.

What I did:
FILESYSTEM_DISK=s3
QUEUE_CONNECTION=database
FILAMENT_FILESYSTEM_DISK=s3
FILESYSTEM_DISK=s3
QUEUE_CONNECTION=database
FILAMENT_FILESYSTEM_DISK=s3


Forms\Components\FileUpload::make('cover_image')
                    ->image()
                    ->directory('events')
                    ->required(),
Forms\Components\FileUpload::make('cover_image')
                    ->image()
                    ->directory('events')
                    ->required(),


The Issue
The upload works but when submitted the file is not appearing
the
livewire-tmp
livewire-tmp
appears on s3 but once hit submit it disappears and nothing is stored.

the filename is being stored but the file is not existent on the s3 thus making it not appear
image.png
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

File upload with s3
FilamentFFilament / ❓┊help
3y ago
File upload on s3 with Minio (sail)
FilamentFFilament / ❓┊help
3y ago
File-upload Csv Not Working
FilamentFFilament / ❓┊help
3y ago
File Upload 'Browse' Not Working
FilamentFFilament / ❓┊help
3y ago