Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,6 @@ jobs:
ref: fire-egg-dev
path: all-examples/cpp/aws-sdk-cpp/

- name: Checkout .NET V3 code
uses: actions/checkout@v5
with:
token: ${{ secrets.PAT_FOR_DOTNET }}
repository: aws/private-amazon-s3-encryption-client-dotnet-staging
ref: rishav/key-commitment
path: all-examples/net/v3/s3ec-v3-local

- name: Checkout .NET V4 code
uses: actions/checkout@v5
with:
token: ${{ secrets.PAT_FOR_DOTNET }}
repository: aws/private-amazon-s3-encryption-client-dotnet-staging
ref: s3ec-v4-WIP
path: all-examples/net/v4/s3ec-v4-local

- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down
8 changes: 0 additions & 8 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,3 @@
[submodule "test-server/cpp-v2-server/aws-sdk-cpp"]
path = test-server/cpp-v2-server/aws-sdk-cpp
url = git@github.com:awslabs/aws-sdk-cpp-staging.git
[submodule "all-examples/net/v4/s3ec-v4-local"]
path = all-examples/net/v4/s3ec-v4-local
url = https://github.com/aws/private-amazon-s3-encryption-client-dotnet-staging.git
branch = s3ec-v4-WIP
[submodule "all-examples/net/v3/s3ec-v3-local"]
path = all-examples/net/v3/s3ec-v3-local
url = https://github.com/aws/private-amazon-s3-encryption-client-dotnet-staging.git
branch = rishav/key-commitment
1 change: 0 additions & 1 deletion all-examples/net/v3/s3ec-v3-local
Submodule s3ec-v3-local deleted from ca1149
1 change: 1 addition & 0 deletions all-examples/net/v3/s3ec-v3-local
1 change: 0 additions & 1 deletion all-examples/net/v4/s3ec-v4-local
Submodule s3ec-v4-local deleted from 691d22
1 change: 1 addition & 0 deletions all-examples/net/v4/s3ec-v4-local
Loading