From 64b5aa59d971d06cab8a8c4cef334c4463c366c1 Mon Sep 17 00:00:00 2001 From: d <1605821834@qq.com> Date: Wed, 14 Jan 2026 11:59:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0GuzzleV6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新版aws-s3移除了GuzzleV6 --- src/Adapter/S3AdapterFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Adapter/S3AdapterFactory.php b/src/Adapter/S3AdapterFactory.php index c92c626..6e0b0bf 100644 --- a/src/Adapter/S3AdapterFactory.php +++ b/src/Adapter/S3AdapterFactory.php @@ -12,7 +12,7 @@ namespace Hyperf\Filesystem\Adapter; -use Aws\Handler\GuzzleV6\GuzzleHandler; +use Aws\Handler\Guzzle\GuzzleHandler; use Aws\S3\S3Client; use GuzzleHttp\Client; use GuzzleHttp\HandlerStack;