Amazon API Access with curl: Difference between revisions
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
* https://czak.pl/2015/09/15/s3-rest-api-with-curl.html | * https://czak.pl/2015/09/15/s3-rest-api-with-curl.html | ||
* https://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html | |||
=Overview= | =Overview= |
Latest revision as of 02:07, 26 November 2019
External
- https://czak.pl/2015/09/15/s3-rest-api-with-curl.html
- https://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html
Overview
API calls with curl need to be signed with the AWS access key. For more details related to this, see Signing API Calls in AWS Concepts page.
TODO