From 62f5aa988fdc9edc9a4b035b023eb1e7c2624e96 Mon Sep 17 00:00:00 2001 From: M0Yi Date: Mon, 24 Mar 2025 10:32:01 +0800 Subject: [PATCH] Update S3AdapterFactory.php --- 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;