okigan / awscurl

curl-like access to AWS resources with AWS Signature Version 4 request signing.
MIT License
755 stars 94 forks source link

Make the --verbose flag imply --include #74

Closed zakvdm closed 4 years ago

zakvdm commented 4 years ago

Previously, --verbose would not print HTTP response headers, you had to explicitly specify --include. This change makes the behaviour the same as standard curl (where -v does print response headers).

okigan commented 4 years ago

Thanks!