Skip to content

Commit

Permalink
Remove test append
Browse files Browse the repository at this point in the history
  • Loading branch information
brown-a2 committed Aug 27, 2023
1 parent 24bfc31 commit b347a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function uploadFiletoS3($s3Client, $s3BucketName, $s3ObjectKey, $sourceFile)
'Bucket' => $s3BucketName,
'Key' => $s3ObjectKey,
'ACL' => 'public-read',
'SourceFile' => '/' . $sourceFile . 'test'
'SourceFile' => '/' . $sourceFile
]);

$uploadResult['success'] = true;
Expand Down

0 comments on commit b347a29

Please sign in to comment.