AWS rekognition and s3 bucket region
问题 I am getting the following error when trying to access my s3 bucket with aws rekognition: message: 'Unable to get object metadata from S3. Check object key, region and/or access permissions.', My hunch is it has something to do with the region. Here is the code: const config = require('./config.json'); const AWS = require('aws-sdk'); AWS.config.update({region:config.awsRegion}); const rekognition = new AWS.Rekognition(); var params = { "CollectionId": config.awsFaceCollection } rekognition