Skip to content

Commit

Permalink
refactor: move AWS code to Technology-Aws (#3138)
Browse files Browse the repository at this point in the history
refactor: move Azure code to Technology-Aws
  • Loading branch information
paullatzelsperger authored Jun 1, 2023
1 parent e457da2 commit 3d25901
Show file tree
Hide file tree
Showing 61 changed files with 2 additions and 4,337 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,30 +63,7 @@ jobs:
with:
command: ./gradlew test jacocoTestReport

Aws-Integration-Tests:
runs-on: ubuntu-latest

env:
S3_ACCESS_KEY_ID: root
S3_SECRET_ACCESS_KEY: password

services:
minio:
image: bitnami/minio:latest
ports:
- 9000:9000
env:
MINIO_ROOT_USER: root
MINIO_ROOT_PASSWORD: password

steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-build

- name: AWS Tests
uses: ./.github/actions/run-tests
with:
command: ./gradlew -p extensions test -DincludeTags="AwsS3IntegrationTest"

Daps-Integration-Tests:
runs-on: ubuntu-latest
Expand Down
21 changes: 0 additions & 21 deletions extensions/common/aws/aws-s3-core/README.md

This file was deleted.

29 changes: 0 additions & 29 deletions extensions/common/aws/aws-s3-core/build.gradle.kts

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 3d25901

Please sign in to comment.