mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:43:18 +08:00
[aws-c-s3] add missing dependency (#30452)
This commit is contained in:
parent
233ebe4405
commit
2163b500a4
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "aws-c-s3",
|
||||
"version": "0.2.3",
|
||||
"port-version": 1,
|
||||
"description": "C99 library implementation for communicating with the S3 service, designed for maximizing throughput on high bandwidth EC2 instances.",
|
||||
"homepage": "https://github.com/awslabs/aws-c-s3",
|
||||
"license": "Apache-2.0",
|
||||
@ -12,6 +13,7 @@
|
||||
"aws-c-compression",
|
||||
"aws-c-http",
|
||||
"aws-c-io",
|
||||
"aws-checksums",
|
||||
{
|
||||
"name": "s2n",
|
||||
"platform": "!uwp & !windows"
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b5022c40fb60e0fa219d4f8ea52239f5625546c1",
|
||||
"version": "0.2.3",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "b320e0f3acafe6dc3733a511e4e2b7e2fadeda4d",
|
||||
"version": "0.2.3",
|
||||
|
@ -354,7 +354,7 @@
|
||||
},
|
||||
"aws-c-s3": {
|
||||
"baseline": "0.2.3",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"aws-c-sdkutils": {
|
||||
"baseline": "0.1.7",
|
||||
|
Loading…
Reference in New Issue
Block a user