AWS S3 Media Source
Alternate Amazon S3 Media Source for MODX Revolution
Creator: Mat Dave Jones (matdave)
About AWS S3 Media Source
Alternate Amazon S3 Media Source for MODX Revolution, using 3.* AWS SDK for PHP.
Information
Released
March 16, 2023
Supported Database
MySQL
License
MIT
Instructions
Download the latest release and install via Package Manager
- url The URL to the Amazon S3 instance. Often http://myaccount.s3.amazonaws.com/, https://s3.amazonaws.com/myaccount/ or if you have set up a custom domain https://assets.example.com/. Make sure the url ends with a slash.
- bucket The bucket to connect the source to. About buckets: http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html
- key The Amazon key used for authentication to the bucket. Find your key: https://aws.amazon.com/developers/access-keys/
- secret_key The Amazon secret key for authentication to the bucket.
- region like us-west-1 Find your region: http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region
New in 1.1.0-pl
- add php 8.1 support