coldtrick / aws
Amazon Web Services wrapper
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
Requires
- aws/aws-sdk-php: ~3.93.0
- composer/installers: ^1.0.8
Requires (Dev)
- coldtrick/releases: dev-master
- coldtrick/sniffs: dev-master
Conflicts
- elgg/elgg: <2.3
This package is auto-updated.
Last update: 2022-06-01 14:00:12 UTC
README
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.