Needs review
Project:
Flysystem - S3
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 May 2019 at 22:57 UTC
Updated:
6 Jun 2019 at 21:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
tame4tex commentedPlease find attached a patch which optionally integrates Flysystem S3 with the Key module for more secure AWS key and secret storage.
An AWS credentials specific Key type plugin has been created for use when adding the new Key. There is also a new Configuration Settings Form to select the key to use.
This integration is optional. If the key module is not installed, no keys are created and declared or the AWS key and secret are declared in the settings.php file, then the module will continue function as it currently does.
I have also added detailed instructions to the README for how to use.
Comment #3
tame4tex commentedFixed issue with the original patch. Removed an unused use statement.
Comment #4
dave reidGiven that there can be multiple S3 file systems enabled on the same site, this would need to support more than one key/secret?