awscurl

curl-like tool for accessing AWS resources with simplified authentication

brewmacoslinux
Try with needOr install directly
Source

About

Curl like simplicity to access AWS resources

Commands

awscurl

Examples

List S3 bucket contents$ awscurl https://my-bucket.s3.amazonaws.com/
Get an object from S3$ awscurl https://my-bucket.s3.amazonaws.com/path/to/file
Make authenticated request to API Gateway$ awscurl --service apigateway https://api-id.execute-api.region.amazonaws.com/stage/resource