Skip to content

Amazon Web Services (AWS) integration for Kuusamo

License

Notifications You must be signed in to change notification settings

kuusamo/plugin-aws

Repository files navigation

AWS plugin

Latest Stable Version Total Downloads License Build Status

Thi plugin integrates Amazon Web Services (AWS) with Kuusamo.

Installation

Install into your project using Composer.

composer require kuusamo/plugin-aws

Usage

Install it in index.php of your project.

$s3 = Kuusamo\Plugin\Aws\Storage\S3StorageFactory::create(
    'aws-key',
    'aws-secret',
    'region',
    'bucket-name'
);

Kuusamo\Vle\Service\Storage\StorageFactory::setProvider($s3);

Development

Run the tests

ant

About

Amazon Web Services (AWS) integration for Kuusamo

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages