Amazon API Access with curl
Jump to navigation
Jump to search
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