-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
52 lines (52 loc) · 2.33 KB
/
Copy path.gitmodules
File metadata and controls
52 lines (52 loc) · 2.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[submodule "test-server/ruby-v2-server/local-ruby-sdk"]
path = test-server/ruby-v2-server/local-ruby-sdk
url = git@github.com:aws/aws-sdk-ruby.git
branch = version-3
[submodule "test-server/ruby-v3-server/local-ruby-sdk"]
path = test-server/ruby-v3-server/local-ruby-sdk
url = git@github.com:aws/aws-sdk-ruby.git
branch = version-3
[submodule "test-server/php-v3-server/local-php-sdk"]
path = test-server/php-v3-server/local-php-sdk
url = git@github.com:aws/aws-sdk-php.git
branch = master
[submodule "test-server/go-v4-server/local-go-s3ec"]
path = test-server/go-v4-server/local-go-s3ec
url = https://github.com/aws/amazon-s3-encryption-client-go
branch = main
[submodule "test-server/java-v3-transition-server/s3ec-staging"]
path = test-server/java-v3-transition-server/s3ec-staging
url = git@github.com:aws/amazon-s3-encryption-client-java.git
branch = main-3.x
[submodule "test-server/java-v4-server/s3ec-staging"]
path = test-server/java-v4-server/s3ec-staging
url = git@github.com:aws/amazon-s3-encryption-client-java.git
branch = main
[submodule "test-server/specification"]
path = test-server/specification
url = git@github.com:awslabs/private-aws-encryption-sdk-specification-staging.git
branch = fire-egg-staging
[submodule "test-server/net-v4-server/s3ec-net-v4-improved"]
path = test-server/net-v4-server/s3ec-net-v4-improved
url = https://github.com/aws/amazon-s3-encryption-client-dotnet.git
branch = dev
[submodule "test-server/go-v3-transition-server/local-go-s3ec"]
path = test-server/go-v3-transition-server/local-go-s3ec
url = https://github.com/aws/amazon-s3-encryption-client-go
branch = main
[submodule "test-server/net-v3-transition-server/s3ec-v3-transition-branch"]
path = test-server/net-v3-transition-server/s3ec-v3-transition-branch
url = https://github.com/aws/amazon-s3-encryption-client-dotnet.git
branch = v4sdk-development
[submodule "test-server/cpp-v2-transition-server/aws-sdk-cpp"]
path = test-server/cpp-v2-transition-server/aws-sdk-cpp
url = git@github.com:aws/aws-sdk-cpp.git
branch = main
[submodule "test-server/cpp-v3-server/aws-sdk-cpp"]
path = test-server/cpp-v3-server/aws-sdk-cpp
url = git@github.com:aws/aws-sdk-cpp.git
branch = main
[submodule "specification"]
path = specification
url = https://github.com/awslabs/aws-encryption-sdk-specification.git
branch = tonyknap/s3ec-v3.0.1-candidate