Skip to content

Instantly share code, notes, and snippets.

View jamini87's full-sized avatar

Jafar Amini jamini87

View GitHub Profile
@jamini87
jamini87 / aws-signature-creator.sh
Last active January 7, 2022 17:00 — forked from ambanmba/aws-signature-creator.sh
Use curl to pull a file from S3 within a script
#!/usr/bin/env bash
#
# File:
# aws-signature-creator.sh
#
# Description:
# A signature creator for AWS signature version 4
#
# References:
# https://czak.pl/2015/09/15/s3-rest-api-with-curl.html
@jamini87
jamini87 / aws-signature-creator.sh
Created January 7, 2022 16:51 — forked from adrianbartyczak/aws-signature-creator.sh
A signature creator for AWS signature version 4
#!/usr/bin/env bash
#
# File:
# aws-signature-creator.sh
#
# Description:
# A signature creator for AWS signature version 4
#
# References:
# https://czak.pl/2015/09/15/s3-rest-api-with-curl.html