Amazon API Access with curl: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=External= * https://czak.pl/2015/09/15/s3-rest-api-with-curl.html =Overview=") |
|||
(2 intermediate revisions by the same user not shown) | |||
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= | ||
API calls with curl need to be signed with the AWS access key. For more details related to this, see [[Amazon_AWS_Concepts#Signing_API_Calls|Signing API Calls]] in AWS Concepts page. | |||
<font color=darkgray>TODO</font> |
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