aws_connector

Component ID

2851242

Component name

aws_connector

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

This Drupal 8.x Module utilizes the AWS PHP SDK CredentialProvider to provide authentication methodology for other Drupal modules to connect to and utilize AWS services.

This module provides a simple form for managing your credentials within Drupal itself. These credentials are then stored as part of Drupal configuration and are made accessible to the CredentialProvider class.

To use this module, include it in your own PHP code (e.g. use Drupalaws_connectorCredentialsAWSCredentialProvider;).