**[in src/Adapter/AmazonS3.php, line 71](https://github.com/partnermarketing/PartnermarketingFileSystemBundle/blob/b10a947eae7ceb19cb57190eee753eda73219759/src/Adapter/AmazonS3.php#L71)** > This `bucket` local variable is declared but never used. You should remove it. ``` php /** * {@inheritDoc} */ public function write($path, $source) { list($path, $bucket) = $this->pathOrUrlToPath($path); return $this->writeContent($path, EntityBody::factory(fopen($source, 'r'))); } /** ``` --- _Posted from [SensioLabsInsight](https://insight.sensiolabs.com/projects/ebc8f964-677c-42dd-9312-02f64639bfac/analyses/1)_