lando / drupal

The Official Drupal Lando plugin
https://docs.lando.dev/drupal
GNU General Public License v3.0
15 stars 16 forks source link

Problem with Drupal s3fs module #82

Closed CDTdenisP closed 3 months ago

CDTdenisP commented 7 months ago

Hi, I have encountered a problem using this module on Drupal https://www.drupal.org/project/s3fs.

It seems to be missing some requirements for the module to work properly.

https://www.drupal.org/project/s3fs/issues/3413499#comment-15390486

reynoldsalec commented 6 months ago

Based on the requirements listed on the project's page, (allow_url_fopen = On in php.ini and the curl extension being loaded) I don't think there should be an out-of-the-box issue.

The linked issue does sound like it might be relevant, in which case you may need to provide some custom nginx config (see https://docs.lando.dev/plugins/drupal/config.html#using-custom-config-files)

@CDTdenisP you ever figure this out in your config?

reynoldsalec commented 3 months ago

Going to close this out, but would be curious if @CDTdenisP if you ever found a workable solution/got to follow that thread that I sent.