Zachary Damcevski
10/11/2022, 5:11 AMuser
10/11/2022, 10:56 AMMarcos Marx (Airbyte)
10/11/2022, 4:08 PMMarcos Marx (Airbyte)
10/11/2022, 4:08 PMZachary Damcevski
10/12/2022, 3:09 AMMarcos Marx (Airbyte)
10/12/2022, 3:24 PMHarikrishna Kuchibhotla
05/04/2023, 5:59 PM2023-05-04 17:56:51 ERROR i.a.w.i.VersionedAirbyteStreamFactory(internalLog):313 - Traceback (most recent call last):
File "/airbyte/integration_code/source_s3/source_files_abstract/source.py", line 63, in check_connection
for file_info in stream.filepath_iterator():
File "/airbyte/integration_code/source_s3/stream.py", line 56, in filepath_iterator
response = client.list_objects_v2(**kwargs)
File "/usr/local/lib/python3.9/site-packages/botocore/client.py", line 530, in _api_call
return self._make_api_call(operation_name, kwargs)
File "/usr/local/lib/python3.9/site-packages/botocore/client.py", line 960, in _make_api_call
raise error_class(parsed_response, operation_name)
botocore.exceptions.ClientError: An error occurred (AccessDenied) when calling the ListObjectsV2 operation: Access Denied
the same config works fine with AWS keys. verified the instance profile is setup correctly and the IAM/ bucket permissions are in order. any ideas on how i can fix this?