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

Amazon Web Services wrapper

Maintainers

Details

github.com/ColdTrick/aws

Source

Issues

Fund package maintenance!
ColdTrick
www.paypal.me/ColdTrick

Installs: 29

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 2

Open Issues: 0

Type:elgg-plugin

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.