Skip to content

Instantly share code, notes, and snippets.

View adyatlov's full-sized avatar

Andrey Dyatlov adyatlov

View GitHub Profile
@adyatlov
adyatlov / s3-upload-aws4.sh
Created July 9, 2016 13:35 — forked from vszakats/s3-upload-aws4.sh
AWS S3 Upload using signature v4
#!/bin/sh
# To the extent possible under law, Viktor Szakats (vszakats.net)
# has waived all copyright and related or neighboring rights to this
# script.
# CC0 - https://creativecommons.org/publicdomain/zero/1.0/
# Upload a file to Amazon AWS S3 using Signature Version 4
#
# docs: