[ 'key' => 'iksop', 'secret' => '8htoiwn44g204th' ], 'endpoint' => 'https://s3.infra.flowdat.com/minio/login', 'use_path_style_endpoint' => true, 'region' => 'sa-east-1', 'version' => 'latest',]); $adapter = new AwsS3Adapter($client, 'comparaciones'); $filesystem = new Filesystem($adapter); $path = $_GET["path"]; if($filesystem->has($path)){ header("Content-type:". $filesystem->getMimetype($path)); $strm = $filesystem->readStream($path); echo stream_get_contents($strm); }