S3 Unknown Verification Error

Question/Issue:
I am trying to add an S3 bucket to a new project, but I am continually running into “Failed to verify credentials” with the error “Bucket verification failed: Bucket verification failed: Unknown error”

Project ID:
834495

Context/Use case:
Adding an S3 bucket to a new project.

Steps Taken:

  1. Provide credentials for S3 bucket
  2. Click verify credentials
  3. Receive error

Expected Outcome:
I should be able to connect my bucket to Edge Impulse via the web interface.

Actual Outcome:
Via the browser console, the verify process returns the following :

{
    "success": false,
    "connectionStatus": "error",
    "connectionError": "Converting circular structure to JSON\n    --> starting at object with constructor 'IncomingMessage'\n    |     property 'req' -> object with constructor 'ClientRequest'\n    --- property 'res' closes the circle",
    "connectionStatusSince": "2025-11-23T16:55:48.418Z"
}

Reproducibility:

  • [X] Always
  • [ ] Sometimes
  • [ ] Rarely

Environment:

  • Accessing project via web browser, attempted in both Firefox (145.0.1) and Chrome (142.0.7444.176)
1 Like

Thanks for the alert,

Let me loop somone in from the tech team to help validating this, and we will work it as a bug if we can.

Please share any further detail you can to reproduce, project id, data type etc.

Best

Eoin

@kaifish our engineering team is now tracking this error as part of investigation on an associated incident from last week.

For now if you can upload data manually or continue to work with existing buckets we will post a response, when we need more information from you or the issue is resolved.

Thanks again for reporting this and for your patience while we work to resolve this,

Best

Eoin

Hi @kaifish

After reviewing your S3 configuration deeper it would seem that you are trying to use the ARN incorrectly for this S3 bucket:

Can you try reformatting your bucket to the following:

Hope this helps,

Best

Eoin