From 8d63a53ece0bba4ae3d25165797a4d50daa06fbb Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 24 Sep 2024 15:43:34 +0200 Subject: [PATCH 1/2] chore(deps): Bump aws/aws-sdk-php from 3.240.8 to 3.322.3 Signed-off-by: Joas Schilling --- 3rdparty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty b/3rdparty index 8f33862805b36..c329534fa9522 160000 --- a/3rdparty +++ b/3rdparty @@ -1 +1 @@ -Subproject commit 8f33862805b36e4fc8efc6bc5459f5d47c7bc9d6 +Subproject commit c329534fa9522cd592f1fcbad083ea729f1529c6 From 412f87be61765fd0f0fbb1e3828c5a41c0485062 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Tue, 24 Sep 2024 20:58:40 +0200 Subject: [PATCH 2/2] fix(s3): suppress php deprecation warning on php8 Signed-off-by: Daniel Kesselberg --- lib/private/Files/ObjectStore/S3ConnectionTrait.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/private/Files/ObjectStore/S3ConnectionTrait.php b/lib/private/Files/ObjectStore/S3ConnectionTrait.php index 0e887812f85f9..a5f58ce05c118 100644 --- a/lib/private/Files/ObjectStore/S3ConnectionTrait.php +++ b/lib/private/Files/ObjectStore/S3ConnectionTrait.php @@ -156,6 +156,7 @@ public function getConnection() { 'connect_timeout' => 5 ], 'use_aws_shared_config_files' => false, + 'suppress_php_deprecation_warning' => true, ]; if ($this->params['s3-accelerate']) {