# 使用 Homebrew 安装 awscurl

查看 awscurl 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:awscurl
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install awscurl
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:awscurl
- **软件包管理器:** Homebrew
- **版本:** 0.44
- **来源摘要:** Curl like simplicity to access AWS resources
- **主页:** <https://github.com/okigan/awscurl>
- **仓库:** <https://github.com/okigan/awscurl>
- **最后更新:** 2026-06-14T10:19:12Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- awscurl (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.44
## 项目历史与用法

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.

### 时间线

- 2015: Public GitHub repository `okigan/awscurl` created.
- 2018: v0.13 release prepared.
- 2020: v0.20 release adds macOS Homebrew package-manager support.
- 2021: v0.22 release adds SSO profile and redirect support.
- 2026: v0.44 release published.

### Related projects

- AWS CLI provides higher-level generated AWS service commands.
- curl provides the familiar HTTP command-line interaction model.
- aws-sigv4-proxy and other SigV4 helpers solve adjacent signed-request problems.

### 来源

- <https://api.github.com/repos/okigan/awscurl>
- <https://api.github.com/repos/okigan/awscurl/releases?per_page=100>
- <https://github.com/okigan/awscurl>
- <https://raw.githubusercontent.com/okigan/awscurl/master/README.md>


## 安全说明

没有找到 awscurl 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。



## Configuration and credential file locations

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 files

- Unix: ~/.aws/credentials

## Combined YAML source

View the package source record on GitHub. [combined/awscurl.yml](https://github.com/mxcl/pkgdb/blob/main/combined/awscurl.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
