Skip to content

Commit

Permalink
Update S3Service.php
Browse files Browse the repository at this point in the history
  • Loading branch information
anuj9196 authored Aug 11, 2018
1 parent dea611e commit 9afbc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/S3Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ public function moveToS3($local_file, $key, $acl = [])
'ACL' => $acl_string
]);

$s3Client->copyObject([
$S3_Client->copyObject([
'Bucket' => $this->getS3Bucket(),
'Key' => $key,
'CopySource' => $this->getS3Bucket() . '/' . $key,
Expand Down

0 comments on commit 9afbc4d

Please sign in to comment.