{
  "name": "aws-c-s3",
  "href": "https://vcpkg.link/ports/aws-c-s3",
  "supports": "all",
  "published_at": "2026-08-31T12:55:41.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://github.com/awslabs/aws-c-s3",
  "description": [
    "C99 library implementation for communicating with the S3 service, designed for maximizing throughput on high bandwidth EC2 instances."
  ],
  "license": "Apache-2.0",
  "version": {
    "type": "semver",
    "value": "1.0.0",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/6ad206f2bf58cab83ac7479ddfcde502e0ac40fc/ports/aws-c-s3",
    "hash": "6ad206f2bf58cab83ac7479ddfcde502e0ac40fc"
  },
  "repository": {
    "type": "github",
    "href": "https://github.com/awslabs/aws-c-s3",
    "stars": 176
  },
  "dependencies": [
    {
      "name": "aws-c-auth",
      "href": "https://vcpkg.link/ports/aws-c-auth",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "aws-c-http",
      "href": "https://vcpkg.link/ports/aws-c-http",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "aws-c-sdkutils",
      "href": "https://vcpkg.link/ports/aws-c-sdkutils",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "aws-checksums",
      "href": "https://vcpkg.link/ports/aws-checksums",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "s2n",
      "href": "https://vcpkg.link/ports/s2n",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "!uwp & !windows"
    },
    {
      "name": "vcpkg-cmake",
      "href": "https://vcpkg.link/ports/vcpkg-cmake",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake-config",
      "href": "https://vcpkg.link/ports/vcpkg-cmake-config",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": [
    {
      "name": "endpoint-resolver",
      "default": [],
      "description": [
        "Whether to include the s3 endpoint resolver and related config files"
      ],
      "supports": "all",
      "dependencies": []
    }
  ]
}