humanmade / aws-rekognition

A lightweight plugin to add keywords to WordPress image uploads via automatic feature detection. Requires S3 Uploads.
57 stars 6 forks source link

Fallback to sending image bytes if not in supported region #8

Closed joehoyle closed 5 years ago

joehoyle commented 5 years ago

Check if we should send the s3 object path to AWS Rekognition based off if the chosen region is supported.

Also pass this through a filter if someone wants to adjust the behaviour.

Supercedes #7