From 39d8e8779aaf547d022681ff2fb04ed5db630e22 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Tue, 24 Sep 2024 21:40:35 +0200 Subject: [PATCH 1/2] chore(deps): Bump aws/aws-sdk-php from 3.240.8 to 3.332.4 Signed-off-by: Daniel Kesselberg --- 3rdparty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty b/3rdparty index d8dff588a473a..6d5a80c875e4b 160000 --- a/3rdparty +++ b/3rdparty @@ -1 +1 @@ -Subproject commit d8dff588a473a7c60d74ad64044d4830fd23f180 +Subproject commit 6d5a80c875e4bb1f2cd59f3a8383f50a44c0ebaf From 1af2df8b4e0a182b0b980b8a49a7a361faefaa80 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 ea9bc50ee4f57..86c665aa5f6b0 100644 --- a/lib/private/Files/ObjectStore/S3ConnectionTrait.php +++ b/lib/private/Files/ObjectStore/S3ConnectionTrait.php @@ -132,6 +132,7 @@ public function getConnection() { 'connect_timeout' => 5 ], 'use_aws_shared_config_files' => false, + 'suppress_php_deprecation_warning' => true, ]; if ($this->params['s3-accelerate']) {