Skip to content

Unable to open folders from s3 #69

@mako-bako-344

Description

@mako-bako-344

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.

Image

Image

Testing the connection of the s3 it is ok.

Image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions