Registry / cloud / craftcms-aws-s3

craftcms-aws-s3

JSON →
library2.3.1phppackagistunverified

Amazon S3 integration for Craft CMS.

composer require craftcms/aws-s3
INSTALL
IMPORT
SIG · CRAFTCMS-AWS-S3
C
craftcms-aws-s3
cloudphpv2.3.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Volume
use craftcms\aws\s3\Volume;

Configure and use an S3 volume in Craft CMS.

use craftcms\aws\s3\Volume; $volume = new Volume([ 'key' => 'your-key', 'secret' => 'your-secret', 'bucket' => 'your-bucket', 'region' => 'us-east-1' ]); $volume->saveFile('path/to/file.txt', 'file content');
Debug
Known issues
breakingRequires Craft CMS 3.x or higher.
fix
Ensure your Craft CMS version is compatible.
affects: >=2.0.0
Upgrade
Version history
2.3.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
craftcms-aws-s3 — pip install craftcms-aws-s3 · libregistry