Skip to content

Commit

Permalink
Only forward params.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge committed Apr 7, 2024
1 parent b4ddb70 commit 6817963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AwsS3V3Adapter.php
Expand Up @@ -438,7 +438,7 @@ public function copy(string $source, string $destination, Config $config): void
$this->bucket,
$this->prefixer->prefixPath($destination),
$this->visibility->visibilityToAcl($visibility ?: 'private'),
$this->createOptionsFromConfig($config)
$this->createOptionsFromConfig($config)['params']
);
} catch (Throwable $exception) {
throw UnableToCopyFile::fromLocationTo($source, $destination, $exception);
Expand Down

0 comments on commit 6817963

Please sign in to comment.