Fix S3 UnableToCheckFileExistence 403 Error in Laravel
Originally published at recca0120.github.io
When using Laravel's Storage to check if a file exists on S3, it throws League\Flysystem\UnableToCheckFileExistence with a 403 Forbidden error if the file doesn't exist.
Storage::disk('s3')->exists('path/to...
recca0120.hashnode.dev1 min read