CMS MADE SIMPLE FORGE

Name Type Description
AWSS3 Module The AWSS3 module provides seamless integration between CMS Made Simple and Amazon S3 cloud storage, enabling you to store and manage your website's media files in AWS S3 buckets. This module offers a cost-effective and scalable solution for handling large file uploads, media delivery, and content distribution without the infrastructure overhead. Features Direct integration with Amazon S3 for file storage and retrieval Dual authentication methods: Saved Credentials (Access Key/Secret) or IAM Role (EC2/ECS Instance Profile) File browser interface with pagination, sorting, and ...
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...