Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

List a initial Folder #12

Open
viniciuseduardo opened this issue Oct 1, 2015 · 0 comments
Open

List a initial Folder #12

viniciuseduardo opened this issue Oct 1, 2015 · 0 comments

Comments

@viniciuseduardo
Copy link

Hello,

I am using the driver to connect to S3, but I think the operation is not correct. It does not list the contents of the bucket and not upload the file correctly.

Follow my setup:
$ elFinder = new elFinder (array (
     'debug' => true,
     'roots' => array (
         array (
             'driver' => 'S3'
             'path' => 'site-arquivos.s3-website-sa-east-1.amazonaws.com'
             'URL' => 'http//site-arquivos.s3-website-sa-east-1.amazonaws.com/'
             "S3" => array (
                 "key" => "AKIAJ4C4TRWBUAUOG3FQ"
                 "secret" => "jxjKzX8f97pkiCnO8IfIo8z + + nrNXpqInh0LRJ7P"
                 "region" => "us-east-1"
             )
             "bucket" => "site-Files"
             "acl" => "public-read-write"
         )
     )
));

Another point, how do I inicar of a specific directory in the bucket? When I put the startPath parameter, returns a 403 error.

Thank you for your help.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant