Excluir imagem S3 Laravel
Storage::disk('s3')->delete('path/to/image/in/bucket');
JérômeW
Storage::disk('s3')->delete('path/to/image/in/bucket');