AWSS3Connector unable to run ListObject or ListPrefix

0
Currently I am testing AWSS3Connector with Mendix 9.24 I have created an account on AWS and a S3 bucket with no restrictions for the user. Everything works with AWS CLI.   But with AWSS3Connector I only can: - list buckets - upload files - download file   When trying to list objects or prefixes I always get this error: ErrorType: software.amazon.awssdk.services.s3.model.S3Exception Message: Access Denied (Service: S3, Status Code: 403, Request ID:   Any idea what might be the problem?
asked
1 answers
0

Hi Wolfgang,

 

To help you more effectively, can you tell me a bit more about the following:

  • What is the reason you're listing prefixes and objects?
  • I'm assuming that you're trying to list the prefixes and objects for a bucket in your own S3 environment, am I correct in that assumption?
  • In what region are you invoking the actions that throw this error?
  • What are the attributes on the Bucket object that you're passing into the ListObject/ListPrefix java action?
answered