awscurl
brew install awscurl
v0.44
MIT
Curl like simplicity to access AWS resources
768
30-day installs · #1447
2.5k
90-day · #1454
6.6k
365-day · #1719
897
★ GitHub stars · updated 2mo ago
Runtime dependencies
aws-c-auth
aws-c-cal
aws-c-common
aws-c-compression
aws-c-event-stream
aws-c-http
aws-c-io
aws-c-mqtt
aws-c-s3
aws-c-sdkutils
aws-checksums
certifi
cryptography
openssl@3
python@3.14
s2n
Build dependencies
GitHub topics
aws
aws-signature
curl
Links
- https://github.com/okigan/awscurl
- GitHub: okigan/awscurl
- Brew formula source: Formula/a/awscurl.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [
"cmake"
],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [
"aws-c-auth",
"aws-c-cal",
"aws-c-common",
"aws-c-compression",
"aws-c-event-stream",
"aws-c-http",
"aws-c-io",
"aws-c-mqtt",
"aws-c-s3",
"aws-c-sdkutils",
"aws-checksums",
"certifi",
"cryptography",
"openssl@3",
"python@3.14",
"s2n"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Curl like simplicity to access AWS resources",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:35:42+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "awscurl",
"github_default_branch": "master",
"github_last_commit_at": "2026-06-13T03:00:52Z",
"github_readme_excerpt": "# awscurl [](https://github.com/sponsors/okigan) [](https://www.paypal.com/donate/?business=UDN4FL55J34QC\u0026amount=25) [](https://www.buymeacoffee.com/okigan)\n\n[](https://pypi.python.org/pypi/awscurl)\n[](https://github.com/okigan/awscurl)\n[](https://hub.docker.com/r/okigan/awscurl)\n\n[](https://gitpod.io/#https://github.com/okigan/awscurl)\n[](https://vscode.dev/github/okigan/awscurl)\n[](https://github.dev/okigan/awscurl)\n\ncurl-like tool with AWS Signature Version 4 request signing.\n\n## Features\n\n* performs requests to AWS services with request signing using curl interface\n* supports IAM profile credentials\n\n## Overview\n\nRequests to AWS API must be signed (see [Signing AWS API Requests](http://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html))\nautomates the process of signing and makes requests to AWS as simple as a standard curl command.\n\n## Installation\n\n```sh\npip install awscurl\n```\n \n### Installation from source (bleeding edge)\n\n```sh\npip install git+https://github.com/okigan/awscurl\n```\n\n### Installation via Homebrew for MacOS\n\n```sh\nbrew install awscurl\n```\n\n#### Running via Docker\n\n```sh\ndocker pull okigan/awscurl # or via docker pull ghcr.io/okigan/awscurl \n```\n\n or via Github docker registry\n",
"github_repo": "okigan/awscurl",
"github_stars": 897,
"github_topics": [
"aws",
"aws-signature",
"curl"
],
"homepage": "https://github.com/okigan/awscurl",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 768,
"installs_365d": 6622,
"installs_90d": 2540,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT",
"llm_generated_at": null,
"llm_model": null,
"name": "awscurl",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 1447,
"rank_365d": 1719,
"rank_90d": 1454,
"raw_hash": "896b2dd571f67d03",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/a/awscurl.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [
"libffi"
],
"version_head": "HEAD",
"version_stable": "0.44",
"versioned_formulae": [],
"why_use_this": null
}