forked from amzn/amazon-s3-gst-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vcpkg.json
34 lines (34 loc) · 840 Bytes
/
vcpkg.json
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
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"vcpkg-configuration": {
"default-registry": {
"kind": "git",
"baseline": "83972272512ce4ede5fc3b2ba98f6468b179f192",
"repository": "https://github.com/microsoft/vcpkg"
},
"registries": [
{
"kind": "artifact",
"location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip",
"name": "microsoft"
}
]
},
"dependencies": [
{
"name": "aws-sdk-cpp",
"default-features": false,
"features": [
"s3",
"sts"
],
"version>=": "1.11"
}
],
"overrides": [
{
"name": "aws-sdk-cpp",
"version": "1.11.225"
}
]
}