Skip to content

Commit

Permalink
Merge pull request #74 from alchalade/remove-debug-comment
Browse files Browse the repository at this point in the history
Remove debug comment from s3 provider
  • Loading branch information
publiux authored May 10, 2023
2 parents 51372a4 + beabe63 commit f5ddeb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Publiux/laravelcdn/Providers/AwsS3Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ public function upload($assets)
'Metadata' => $this->default['providers']['aws']['s3']['metadata'],
'Expires' => $this->default['providers']['aws']['s3']['expires'],
]);
// var_dump(get_class($command));exit();


$this->s3_client->execute($command);
Expand Down

0 comments on commit f5ddeb7

Please sign in to comment.