Skip to content

Commit

Permalink
Merge pull request #11 from frc/3.0
Browse files Browse the repository at this point in the history
try to use credentials instead of profile
  • Loading branch information
Lauri Kallioniemi authored Oct 25, 2021
2 parents 94a3c96 + c48ac71 commit 1b814ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion classes/wp-amazon-c3-cloudfront-clear-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,6 @@ function get_client() {
}
$credentials = apply_filters( 'aws_get_client_args', $credentials );
$this->client = new CloudFrontClient([
'profile' => 'default',
'version' => 'latest',
'region' => 'us-east-1',
'debug' => false,
Expand Down

0 comments on commit 1b814ff

Please sign in to comment.