GithubHelp home page GithubHelp logo

S3 Issue about nova-filemanager HOT 5 CLOSED

infinetyes avatar infinetyes commented on May 21, 2024 2
S3 Issue

from nova-filemanager.

Comments (5)

htownson avatar htownson commented on May 21, 2024 2

Okay so I got it working. Although I'm not sure this would fix it for others.

Previously before I updated to nova 2 and from Laravel 5.7 -> 5.8 I didn't have the 'url' set for my S3 filesystem in the config/filesystems.php. (It wasn't previously needed - I assume it was only needed for buckets with a custom url)

'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'),
]

Now I set it in my .env file and cleared the config cache and its working with no error when accessing folders with files in them.

I set it to https://BUCKET_NAME.REGION.amazonaws.com

Hope this helps!

from nova-filemanager.

htownson avatar htownson commented on May 21, 2024

I am also experiencing this issue.

from nova-filemanager.

Krato avatar Krato commented on May 21, 2024

Hello @firescript. Maybe is a AWS api error. Any backtrace? Thanks

from nova-filemanager.

htownson avatar htownson commented on May 21, 2024

Here is the backtrace.

https://pastebin.com/e1wGkD5S

from nova-filemanager.

firescript avatar firescript commented on May 21, 2024

That was the issue for me as well @htownson thanks so much!

from nova-filemanager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.