Skip to content

[Bug]: AWS (Amazon Web Services) connection is failing in OpenRAG version 0.4.0-dev5. #1217

@SakshiDhoni-ibmer

Description

@SakshiDhoni-ibmer

OpenRAG Version

0.4.0 dev5

Deployment Method

uvx (uvx openrag)

Operating System

26.3.1

Python Version

3.13

Affected Area

Ingestion (document processing, upload, Docling)

Bug Description

AWS (Amazon Web Services) connection test is failing in OpenRAG version 0.4.0-dev5, while the same configuration was working correctly in 0.4.0-dev2.
The system is unable to establish or verify a successful AWS connection despite valid credentials and proper configuration.

Steps to Reproduce

  1. Navigate to the OpenRAG project directory
  2. Add AWS credentials in the .env file:
    AWS_ACCESS_KEY_ID=YOUR_ACCESS_KEY
    AWS_SECRET_ACCESS_KEY=YOUR_SECRET_KEY
    AWS_DEFAULT_REGION=us-east-1
  3. Restart all services.
  4. Ensure the same credentials are available in the in AWS configuration Advance setup as well.
  5. Attempt to test/verify AWS connection.

Expected Behavior

The AWS connection should be successfully established and verified, as it was in version 0.4.0-dev2.

Image

Actual Behavior

Unable to verify successful connection, AWS option is not shown in add knowledge list to add document.

Image

Relevant Logs

Screenshots

No response

Additional Context

No response

Checklist

  • I have searched existing issues to ensure this bug hasn't been reported before.
  • I have provided all the requested information.

Metadata

Metadata

Labels

bug🔴 Something isn't working.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions