From 4d0f1328225f024059f52aaa00957743fc82aa26 Mon Sep 17 00:00:00 2001 From: Igor Ilic Date: Wed, 10 Dec 2025 16:22:40 +0100 Subject: [PATCH] chore: Remove AWS url --- .github/workflows/examples_tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/examples_tests.yml b/.github/workflows/examples_tests.yml index 3fd48523c..1a3d868c4 100644 --- a/.github/workflows/examples_tests.yml +++ b/.github/workflows/examples_tests.yml @@ -313,7 +313,6 @@ jobs: EMBEDDING_API_KEY: ${{ secrets.EMBEDDING_API_KEY }} EMBEDDING_API_VERSION: ${{ secrets.EMBEDDING_API_VERSION }} STORAGE_BACKEND: 's3' - AWS_ENDPOINT_URL: https://s3-eu-west-1.amazonaws.com AWS_REGION: eu-west-1 DATA_ROOT_DIRECTORY: "s3://github-runner-cognee-tests/cognee/data" SYSTEM_ROOT_DIRECTORY: "s3://github-runner-cognee-tests/cognee/system"