| AWSSDK |
Module |
The AWSSDK module provides the AWS PHP SDK as a shared dependency for CMS Made Simple. It handles credential management and SDK loading so that other modules can use AWS services (S3, SES, CloudFront, etc.) without bundling their own copy of the SDK.
Features
Bundles AWS SDK for PHP (via aws.phar)
Three authentication methods: Access Keys, AWS Profile, and IAM Role (EC2/ECS)
Built-in Test Connection button to verify credentials
Simple API for other modules to obtain credentials
Supports custom credentials file paths
For Module Developers
$awssdk = \cms_utils::get_mod... |