2021-09-15 10:06:34 +08:00
|
|
|
{
|
|
|
|
"name": "aws-c-s3",
|
2023-09-14 10:03:24 +08:00
|
|
|
"version": "0.3.17",
|
2021-09-15 10:06:34 +08:00
|
|
|
"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",
|
2023-02-02 04:52:03 +08:00
|
|
|
"license": "Apache-2.0",
|
2022-03-01 04:00:58 +08:00
|
|
|
"supports": "!(windows & arm) & !uwp",
|
2021-09-15 10:06:34 +08:00
|
|
|
"dependencies": [
|
|
|
|
"aws-c-auth",
|
|
|
|
"aws-c-http",
|
2023-08-04 01:14:36 +08:00
|
|
|
"aws-c-sdkutils",
|
2023-03-28 02:31:08 +08:00
|
|
|
"aws-checksums",
|
2021-09-15 10:06:34 +08:00
|
|
|
{
|
|
|
|
"name": "s2n",
|
|
|
|
"platform": "!uwp & !windows"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|