coldtrick / aws
This package is abandoned and no longer maintained.
No replacement package was suggested.
Amazon Web Services wrapper
v1.0
2019-06-11 11:12 UTC
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.