feat: update AWS S3 configuration to include visibility settings and retain visibility option

This commit is contained in:
2026-07-21 10:29:34 -03:00
parent 29a2ca19a3
commit 0f36c3402b
3 changed files with 12 additions and 11 deletions

View File

@@ -54,6 +54,8 @@ return [
'region' => env('AWS_DEFAULT_REGION'),
'bucket' => env('AWS_BUCKET'),
'url' => env('AWS_URL'),
'visibility' => 'private',
'retain_visibility' => false,
'endpoint' => env('AWS_ENDPOINT'),
'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false),
'http' => [