-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Im using s3 for the disk inside the elfinder config file and this is how i have it defined in the filesystems config:
's3' => [ 'driver' => 's3', 'key' => env('AWS_ACCESS_KEY_ID'), 'secret' => env('AWS_SECRET_ACCESS_KEY'), 'region' => env('AWS_DEFAULT_REGION'), 'bucket' => env('AWS_BUCKET'), 'url' => env('AWS_URL'), 'endpoint' => env('AWS_ENDPOINT'), 'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false), 'throw' => true, 'options' => [ 'ACL' => '' ] ],
The problem is that when i try to open a folder it shows the error Folder not found but it displays them correctly.
Testing the connection of the s3 it is ok.
LARAVEL VERSION:
11.45.0.0
BACKPACK PACKAGE VERSIONS:
backpack/basset: 1.3.9
backpack/crud: 6.8.4
backpack/filemanager: 3.0.10
backpack/generators: v4.0.7
backpack/pro: 2.2.35
backpack/theme-coreuiv2: 1.2.8
Metadata
Metadata
Assignees
Labels
Type
Projects
Status


