© 2026 Hedgehog Software, LLC

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

Tagging S3 Uploads

I'm uploading files to S3 via
FileUpload::make()->disk('s3')
FileUpload::make()->disk('s3')
, but I can't find a way to tag the uploads. If I manually upload them I use a syntax like that:
Storage::disk('s3')->put($path, $pdf->output(),  ['Tagging' => 'type=gdpr']);
Storage::disk('s3')->put($path, $pdf->output(),  ['Tagging' => 'type=gdpr']);


Is there a way to use that
Tagging
Tagging
in the context of
FileUpload::make()
FileUpload::make()
?
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

S3 File Uploads
FilamentFFilament / ❓┊help
3y ago
Location tagging
FilamentFFilament / ❓┊help
3y ago
S3 Uploads: Image source not readable in filament-curator plugin
FilamentFFilament / ❓┊help
2y ago
Chunked uploads
FilamentFFilament / ❓┊help
16mo ago