This github-issue request follows on from #88 and originates from this code review opnsense/plugins#777 (comment)
The code review has recommended that the Python modules being used in the plugin should ideally come through via a BSD ports package source rather than being directly included as code under the plugin distribution itself - use of the requestsaws module is highlighted in this regard.
Unfortunately the requestsaws module is not available and I'm not to fussed about it, however there is an alternative that appears to be much better which I'm happy to migrate to py27-aws-requests-auth
What I would flag however is that the boto library is the perhaps more common "go to" library when working with AWS services and thus might be a more appropriate choice in the long run.
Have reached a small stalling point with the ConfigSync Plugin until we know which is more appropriate, happy to be patient and happy to assist to figure it out if required.
This github-issue request follows on from #88 and originates from this code review opnsense/plugins#777 (comment)
The code review has recommended that the Python modules being used in the plugin should ideally come through via a BSD ports package source rather than being directly included as code under the plugin distribution itself - use of the
requestsawsmodule is highlighted in this regard.Unfortunately the
requestsawsmodule is not available and I'm not to fussed about it, however there is an alternative that appears to be much better which I'm happy to migrate topy27-aws-requests-authWhat I would flag however is that the
botolibrary is the perhaps more common "go to" library when working with AWS services and thus might be a more appropriate choice in the long run.Have reached a small stalling point with the ConfigSync Plugin until we know which is more appropriate, happy to be patient and happy to assist to figure it out if required.