public function __construct()

in src/Filter/File/S3RenameUpload.php [35:42]


    public function __construct(S3Client $client, $options = [])
    {
        parent::__construct($options);

        // We need to register the S3 stream wrapper so that we can take advantage of the base class
        $this->client = $client;
        $this->client->registerStreamWrapper();
    }