From 68366c7dde2768709be812bf75f7deb9a86aa87f Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 29 Aug 2026 18:22:49 +0930 Subject: [PATCH] polish --- config/filesystems.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/filesystems.php b/config/filesystems.php index 7fbb0be58..b4cea06a8 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -99,8 +99,8 @@ return [ 'use_path_style_endpoint' => env('AWS_OLD_USE_PATH_STYLE_ENDPOINT', false), 'throw' => true, 'options' => [ - 'request_checksum_calculation' => env('AWS_REQUEST_CHECKSUM_CALCULATION', 'WHEN_SUPPORTED'), - 'response_checksum_validation' => env('AWS_RESPONSE_CHECKSUM_VALIDATION', 'WHEN_SUPPORTED'), + 'request_checksum_calculation' => env('AWS_OLD_REQUEST_CHECKSUM_CALCULATION', 'WHEN_SUPPORTED'), + 'response_checksum_validation' => env('AWS_OLD_RESPONSE_CHECKSUM_VALIDATION', 'WHEN_SUPPORTED'), ], ],