Skip to content

Commit

Permalink
Upgraded aws/aws-sdk-php vendor to v3.307.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCartpenter committed May 17, 2024
1 parent fa75e79 commit c184fc0
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 25 deletions.
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
* @method \GuzzleHttp\Promise\Promise extendTransactionAsync(array $args = [])
* @method \Aws\Result getDataCellsFilter(array $args = [])
* @method \GuzzleHttp\Promise\Promise getDataCellsFilterAsync(array $args = [])
* @method \Aws\Result getDataLakePrincipal(array $args = [])
* @method \GuzzleHttp\Promise\Promise getDataLakePrincipalAsync(array $args = [])
* @method \Aws\Result getDataLakeSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise getDataLakeSettingsAsync(array $args = [])
* @method \Aws\Result getEffectivePermissionsForPath(array $args = [])
Expand Down
2 changes: 1 addition & 1 deletion upload/system/storage/vendor/aws/aws-sdk-php/src/Sdk.php
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@
*/
class Sdk
{
const VERSION = '3.307.0';
const VERSION = '3.307.1';

/** @var array Arguments for creating clients */
private $args;
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions upload/system/storage/vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@
},
{
"name": "aws/aws-sdk-php",
"version": "3.307.0",
"version_normalized": "3.307.0.0",
"version": "3.307.1",
"version_normalized": "3.307.1.0",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "2cff93427287ec2bcb1ff6eeddd5ca98feeccdfc"
"reference": "cc79f16e1a1bd3feee421401ba2f21915abfdf91"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/2cff93427287ec2bcb1ff6eeddd5ca98feeccdfc",
"reference": "2cff93427287ec2bcb1ff6eeddd5ca98feeccdfc",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/cc79f16e1a1bd3feee421401ba2f21915abfdf91",
"reference": "cc79f16e1a1bd3feee421401ba2f21915abfdf91",
"shasum": ""
},
"require": {
Expand Down Expand Up @@ -110,7 +110,7 @@
"ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
"ext-sockets": "To use client-side monitoring"
},
"time": "2024-05-16T18:06:49+00:00",
"time": "2024-05-17T18:07:44+00:00",
"type": "library",
"extra": {
"branch-alias": {
Expand Down Expand Up @@ -151,7 +151,7 @@
"support": {
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
"issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.307.0"
"source": "https://github.com/aws/aws-sdk-php/tree/3.307.1"
},
"install-path": "../aws/aws-sdk-php"
},
Expand Down
10 changes: 5 additions & 5 deletions upload/system/storage/vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => 'opencart/opencart',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => 'b979147c753ae824954e88e398c58eb83d37032d',
'reference' => 'fa75e790b89c6419124baa7f7355c0d38b68f500',
'type' => 'project',
'install_path' => __DIR__ . '/../../../../../',
'aliases' => array(),
Expand All @@ -20,9 +20,9 @@
'dev_requirement' => false,
),
'aws/aws-sdk-php' => array(
'pretty_version' => '3.307.0',
'version' => '3.307.0.0',
'reference' => '2cff93427287ec2bcb1ff6eeddd5ca98feeccdfc',
'pretty_version' => '3.307.1',
'version' => '3.307.1.0',
'reference' => 'cc79f16e1a1bd3feee421401ba2f21915abfdf91',
'type' => 'library',
'install_path' => __DIR__ . '/../aws/aws-sdk-php',
'aliases' => array(),
Expand Down Expand Up @@ -67,7 +67,7 @@
'opencart/opencart' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => 'b979147c753ae824954e88e398c58eb83d37032d',
'reference' => 'fa75e790b89c6419124baa7f7355c0d38b68f500',
'type' => 'project',
'install_path' => __DIR__ . '/../../../../../',
'aliases' => array(),
Expand Down

0 comments on commit c184fc0

Please sign in to comment.