All of my S3 files are private by default. Is there a method, or way, to force download a file using getTemporaryUrl()?
Currently there is not.
@timgavin: Yes there is
$media->getTemporaryUrl(now()->addMinute(), '', [
'ResponseContentType' => 'application/octet-stream',
])
Most helpful comment
@timgavin: Yes there is