This package is abandoned and no longer maintained. No replacement package was suggested.

Amazon Web Services wrapper

Maintainers

Package info

github.com/ColdTrick/aws

Type:elgg-plugin

pkg:composer/coldtrick/aws

Fund package maintenance!

ColdTrick

www.paypal.me/ColdTrick

Statistics

Installs: 30

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

v1.0 2019-06-11 11:12 UTC

This package is auto-updated.

Last update: 2022-06-01 14:00:12 UTC


README

Elgg 3.3 Build Status Scrutinizer Code Quality Latest Stable Version License

A wrapper plugin for access to the Amazon Web Service

Developers

To automaticly upload files to AWS S3 configure the S3 bucket settings and register the subtype of your entities with the plugin hook upload:subtypes, aws:s3. This plugin hook should return an array of subtypes which implement ElggFile.

There is a generic ElggFile delete event listener which will remove any uploaded file from AWS S3 if it get removed from the community.