[aws-c-s3] add missing dependency (#30452)

This commit is contained in:
autoantwort 2023-03-27 20:31:08 +02:00 committed by GitHub
parent 233ebe4405
commit 2163b500a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 1 deletions

View File

@ -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"

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b5022c40fb60e0fa219d4f8ea52239f5625546c1",
"version": "0.2.3",
"port-version": 1
},
{
"git-tree": "b320e0f3acafe6dc3733a511e4e2b7e2fadeda4d",
"version": "0.2.3",

View File

@ -354,7 +354,7 @@
},
"aws-c-s3": {
"baseline": "0.2.3",
"port-version": 0
"port-version": 1
},
"aws-c-sdkutils": {
"baseline": "0.1.7",