Tag files uploaded to S3 via FileUpload
Is there a way, to tag files, uploaded to Amazon S3 via Filaments
When I use
FileUpload::make()?When I use
Storage::disk('s3')->put() there is a parameter for that, like ['Tagging' => 'type=invoice'].