tdmalone / slackemon

Inspired by Pokémon Go, now you can catch and battle Pokémon with your teammates on Slack!
GNU General Public License v3.0
10 stars 3 forks source link

Use composer for AWS SDK #13

Closed tdmalone closed 7 years ago

tdmalone commented 7 years ago

The AWS SDK is currently included directly in the repository (via the .phar file).

It should be moved to Composer instead, and tested that image caching still works ok.

tdmalone commented 7 years ago

I couldn't get this to work the first time I tried it - S3Client class couldn't be found.

Found others experiencing the same issue, but the quick fixes in there didn't work for me, so I've moved back to including the phar for now. Still need to solve this properly.

tdmalone commented 7 years ago

This is now fixed in latest push to master. Not sure why it didn't work before!