Blasanka / aws_s3_plugin

This is a plugin created for file upload to AWS S3
Other
10 stars 13 forks source link

Parameter in exception message #14

Open hyobbb opened 3 years ago

hyobbb commented 3 years ago

On uploading process I got this error:

onError: com.amazonaws.services.cognitoidentity.model.InvalidIdentityPoolConfigurationException: Invalid identity pool configuration. Check assigned IAM roles for this pool. (Service: AmazonCognitoIdentity; Status Code: 400; Error Code: InvalidIdentityPoolConfigurationException; Request ID: e35928a5-0370-4ebd-9845-f56d249f282e)

In that message the 'Request ID' does not match to the pool ID that I entered which starts with 'ap-northeast-...' Does the plug-in use the pool ID input correctly? then what is the request ID in the error message?