CMS MADE SIMPLE FORGE

Name Type Description
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...
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. With multi-bucket support, you can define different buckets for different purposes, each with its own region, allowed extensions, and CDN configuration. Features Multi-bucket support with per-bucket region, extensions, and CDN URL Credentials managed by the AWSSDK module (AWS profile, IAM role, or explicit keys) File browser interface with pagination, sorting, and directory navigation ...