chore: throw storage to false when failed to save data

main
ricky rx 2 years ago
parent b287b3587a
commit 249190e007

@ -53,7 +53,7 @@ return [
'url' => env('AWS_URL'), 'url' => env('AWS_URL'),
'endpoint' => env('AWS_ENDPOINT'), 'endpoint' => env('AWS_ENDPOINT'),
'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false), 'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false),
'throw' => false, 'throw' => true,
], ],
], ],

Loading…
Cancel
Save