Loading src/S3fsFileService.php +6 −1 Original line number Diff line number Diff line Loading @@ -635,7 +635,12 @@ class S3fsFileService implements FileSystemInterface { $copyParams['ACL'] = 'public-read'; } $this->moduleHandler->alter('s3fs_copy_params_alter', $copyParams); $keyPaths = [ 'from_key' => $src_key_path, 'to_key' => $key_path, ]; $this->moduleHandler->alter('s3fs_copy_params', $copyParams, $keyPaths); try { $s3->copyObject($copyParams); Loading Loading
src/S3fsFileService.php +6 −1 Original line number Diff line number Diff line Loading @@ -635,7 +635,12 @@ class S3fsFileService implements FileSystemInterface { $copyParams['ACL'] = 'public-read'; } $this->moduleHandler->alter('s3fs_copy_params_alter', $copyParams); $keyPaths = [ 'from_key' => $src_key_path, 'to_key' => $key_path, ]; $this->moduleHandler->alter('s3fs_copy_params', $copyParams, $keyPaths); try { $s3->copyObject($copyParams); Loading