macOS
brew install awscurllocal Homebrew formula metadata
brew / rang 1749
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de awscurl pour les workflows d'agents IA.
installation
brew install awscurllocal Homebrew formula metadata
aperçu
Curl like simplicity to access AWS resources
historique
awscurl is a curl-like command-line tool that signs HTTP requests with AWS Signature Version 4. It is useful when an AWS service or API Gateway endpoint needs raw HTTP probing but still requires AWS authentication.
The `okigan/awscurl` repository was created in October 2015. Its README frames the project around a small Unix-tool idea: keep the shape of curl, but automate AWS request signing so users can call AWS APIs without manually building canonical requests and authorization headers.
Release history shows the project remained active beyond its early Python package life, adding Homebrew packaging around the 0.20 release in January 2020, SSO profile and redirect support in 2021, Docker images, and continued 0.x releases through 2026.
awscurl found a niche among AWS users who need to debug or script signed requests outside the full AWS CLI command model. The README explicitly points to PyPI, Homebrew, Docker Hub, GitHub Container Registry, AWS documentation, and Q&A usage as adoption surfaces.
Its adoption is narrower than AWS CLI but sticky: it solves the awkward middle ground where plain curl is not authenticated and a generated `aws SERVICE OPERATION` command is too high-level.
Typical usage supplies a service name, region/profile or explicit credentials, and a URL: for example S3, EC2 query APIs, or API Gateway `execute-api` endpoints. If access keys are not passed by flag or environment, awscurl attempts to use credentials from `~/.aws/credentials`.
The tool exposes curl-like flags for methods, data, headers, redirects, output files, and TLS behavior, while adding AWS-specific options such as `--service`, `--region`, and `--profile`.
awscurl is package-nerd catnip because it is a tiny bridge between two command-line cultures: ubiquitous curl-style HTTP tooling and AWS' SigV4 authentication machinery. It packages a fiddly authentication algorithm as one executable, which is exactly the sort of thing users want from Homebrew.
It also demonstrates how AWS-adjacent tools often live outside AWS itself but still rely on official AWS credential conventions.
posture de sécurité
Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour awscurl. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Credential-bearing paths to review before unattended agent runs.
~/.aws/credentialsexécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
awscurl | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
métadonnées d'installation
| Clé du paquet | brew:awscurl |
|---|---|
| Version | 0.44 |
| Gestionnaire de paquets | Homebrew |
| Page d'accueil | https://github.com/okigan/awscurl |
| Dépôt | https://github.com/okigan/awscurl |
| Dernière mise à jour | 2026-06-14T10:19:12Z |
| Pulse | updated |
| Bouteille | non enregistré |
| Service | aucun déclaré |
piste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.