AWS Rekognition
Learn how to configure AWS Rekognition for use with Filebase.
AWS Rekognition is is a software service hosted by Amazon that provides machine learning image and video analysis. AWS Rekognition can provide feedback regarding image and video content, attributes, and components for use-cases such as racial recognition and other machine learning algorithms.
Read below to learn how to use AWS Rekognition with Filebase.
- Create a public Filebase Bucket. Learn how to create a bucket here. Note: This feature requires a paid Filebase subscription.

Note: This feature requires a paid Filebase subscription.




{
"CORSRules":[
{
"AllowedHeaders": [],
"AllowedMethods": [
"GET"
],
"AllowedOrigins": [
"*"
],
"ExposeHeaders": []
}
]
}
aws --endpoint https://s3.filebase.com s3api put-bucket-cors --bucket BUCKET-NAME --cors-configuration=file://corspolicy.json
Replace
BUCKET-NAME
with the name of your public Filebase bucket.

If you have any questions, please join our Discord server, or send us an email at [email protected]
Last modified 1yr ago