The README.txt says to store AWS credentials in the $config array, but then in the example stores them in the $settings array:

...
* With the code installation complete, you must now configure s3fs to use
your Amazon Web Services credentials. To do so, store them in the $config
array in your site's settings.php file (sites/default/settings.php), like
so:
$settings['s3fs.access_key'] = 'YOUR ACCESS KEY';
$settings['s3fs.secret_key'] = 'YOUR SECRET KEY';
...

Comments

apbenner created an issue. See original summary.

apbenner’s picture

Here is a patch which just changes '$config' to '$settings' in the paragraph above

naveenvalecha’s picture

Version: 8.x-3.0-alpha14 » 8.x-3.x-dev

Moving to 8.x-3.x branch.

pradeepjha’s picture

Assigned: Unassigned » pradeepjha
pradeepjha’s picture

Assigned: pradeepjha » Unassigned
Status: Active » Needs review
StatusFileSize
new528 bytes

#2 patch didn't work for 8.x-3.x version. Adding new patch please review it.

jonathanshaw’s picture

Status: Needs review » Reviewed & tested by the community

  • cmlara committed 39ba75c on 8.x-3.x authored by pradeepjha
    Issue #3096865 by apbenner, pradeepjha: README.txt documentation
    
cmlara’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.