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;