Skip to content

Commit

Permalink
Merge pull request #41 from humanmade/remove-aws-sdk
Browse files Browse the repository at this point in the history
Remove AWS SDK bundled
  • Loading branch information
joehoyle authored Sep 12, 2019
2 parents 44f7666 + 258b643 commit d2ff7a7
Show file tree
Hide file tree
Showing 501 changed files with 0 additions and 42,115 deletions.
6 changes: 0 additions & 6 deletions inc/class-ses.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,6 @@ public function get_client() {
return $this->client;
}

// Ensure the AWS SDK can be loaded.
if ( ! class_exists( '\\Aws\\Ses\\SesClient' ) ) {
// Require AWS Autoloader file.
require_once dirname( dirname( __FILE__ ) ) . '/lib/aws-sdk/aws-autoloader.php';
}

$params = array(
'version' => 'latest',
);
Expand Down
10 changes: 0 additions & 10 deletions lib/aws-sdk/.travis.yml

This file was deleted.

28 changes: 0 additions & 28 deletions lib/aws-sdk/Aws/Acm/AcmClient.php

This file was deleted.

9 changes: 0 additions & 9 deletions lib/aws-sdk/Aws/Acm/Exception/AcmException.php

This file was deleted.

67 changes: 0 additions & 67 deletions lib/aws-sdk/Aws/Api/AbstractModel.php

This file was deleted.

241 changes: 0 additions & 241 deletions lib/aws-sdk/Aws/Api/ApiProvider.php

This file was deleted.

Loading

0 comments on commit d2ff7a7

Please sign in to comment.