AAE-39318 Break dependency on AWS S3 (#11300)

This commit is contained in:
Denys Vuika
2025-10-24 07:49:31 -04:00
committed by GitHub
parent 160b12993f
commit 8c9f6a0828
8 changed files with 39 additions and 58 deletions
-3
View File
@@ -33,12 +33,9 @@ concurrency:
env:
BASE_REF: ${{ github.base_ref }}
HEAD_REF: ${{ github.head_ref }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
GH_COMMIT: ${{ github.sha }}
GH_BUILD_NUMBER: ${{ github.run_id }}
LOG_LEVEL: "ERROR"
S3_BUILD_BUCKET_SHORT_NAME: ${{ secrets.S3_BUILD_BUCKET_SHORT_NAME }}
NODE_OPTIONS: "--max-old-space-size=5120"
jobs: