Skip to content

Commit

Permalink
Merge pull request osTicket#251 from aydreeihn/issue/aws-sdk-size-117
Browse files Browse the repository at this point in the history
Reviewed-By: Peter Rotich <peter@osticket.com>
  • Loading branch information
protich authored Nov 9, 2022
2 parents 52950db + baa0a63 commit ac2576a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions storage-s3/plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"aws/aws-sdk-php" => array(
'version' => "3.*",
'map' => array(
'aws/aws-sdk-php/src/{Api*,Arn*,ClientSideMonitoring*,Credentials*,DefaultsMode*,Endpoint*,Exception*,Handler*,Retry*,S3*,Signature*,*.php}' => 'lib/Aws',
'aws/aws-sdk-php/src/data' => 'lib/Aws',
'aws/aws-sdk-php/src' => 'lib/Aws',
'guzzlehttp/guzzle/src' => 'lib/GuzzleHttp',
'guzzlehttp/promises/src' => 'lib/GuzzleHttp/Promise',
'guzzlehttp/psr7/src/' => 'lib/GuzzleHttp/Psr7',
Expand All @@ -24,6 +23,12 @@
),
),
),
'scripts' => array(
'pre-autoload-dump' => 'Aws\\Script\\Composer\\Composer::removeUnusedServices',
),
'extra' => array(
'aws/aws-sdk-php' => 'S3',
),
'plugin' => 'storage.php:S3StoragePlugin'
);

Expand Down

0 comments on commit ac2576a

Please sign in to comment.