Hello I'm trying to set up S3 without using access...
# ask-community-for-troubleshooting
m
Hello I'm trying to set up S3 without using access key / secret key (with assume role) Do you think it's possible ?
m
I think this is allowed to use with destination S3 https://github.com/airbytehq/airbyte/pull/14231
m
Ok I'm using an oldest version
let me try that
still the same I have this error :
Copy code
Internal Server Error: The AWS Access Key Id you provided does not exist in our records. (Service: S3, Status Code: 403, Request ID:
And my conf :
Copy code
logs:
    minio:
      enabled: false
    s3:
      enabled: true
      bucket: airbyte-20220701123930894400000001
      bucketRegion: eu-west-1
do I miss something ?