public function __construct()

in src/View/Helper/S3Link.php [27:30]


    public function __construct(S3Client $client)
    {
        $this->client = $client;
    }