Normal and sane authorizations:
give your client credentials •
get your auth token and fuck off
AWS:
create IAM user
create policy
assign the policy to the lAM user
auth with assumed
assume the role for
role
IAM user
create a role
calculate HMAC(HMAC(HMAC(HMAC(“AWS4” +
kSecret,”20150830″), “us-east-1”), “iam”), “aws4_request”) with the information from previous steps
sum them all up in authorization header and hope to goi that you didnt fuck up time format