Skip to content

Unable to get object metadata from S3. Check object key, region and/or access permissions on IndexFacesRequest for Amazon Rekognition #2111

Answered by ashishdhingra
xcellenceit asked this question in Q&A
Discussion options

You must be logged in to vote

@xcellenceit The details you have provided are specific for your use case. Could you please elaborate on the following:

  • What AWS call in your application specific IndexFacesRequest is failing?
  • Are you sure the configured AWS credentials on you development environment have the same set of IAM policies attached as shown in description above?
  • Could you try enabling verbose response logging by using the below code (for console application) and see if you see helpful information being logged:
AWSConfigs.LoggingConfig.LogResponses = Amazon.ResponseLoggingOption.Always;
AWSConfigs.LoggingConfig.LogTo = Amazon.LoggingOptions.Console;
AWSConfigs.LoggingConfig.LogMetrics = true;
AWSConfigs.AddTra…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ashishdhingra
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
guidance Question that needs advice or information. response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. s3
2 participants