Skip to content

Instantly share code, notes, and snippets.

View igordrnobrega's full-sized avatar
🏠
Working from home

Igor Nóbrega igordrnobrega

🏠
Working from home
View GitHub Profile
@igordrnobrega
igordrnobrega / Unifi Controller Docker.md
Created May 12, 2023 15:28 — forked from shanecowherd/Unifi Controller Docker.md
Install the Unifi Controller software in a Docker container on Mac.
@igordrnobrega
igordrnobrega / s3_upload.sh
Created March 2, 2021 20:38 — forked from tuxfight3r/s3_upload.sh
AWS - Upload files to S3 via curl
#!/bin/bash -x
#Date: 21/7/2017
#Author: Mohan
#Purpose: To upload files to AWS S3 via Curl
#Uploads file at the top level folder by default
#S3 parameters
S3KEY="XXXXXXXXXXX"
S3SECRET="XXXXXXXXXXXXXXXX"
@igordrnobrega
igordrnobrega / s3-upload-aws4.sh
Last active June 21, 2021 15:40 — forked from vszakats/s3-upload-aws4.sh
AWS S3 Upload using signature v4
#!/bin/sh -u
# To the extent possible under law, Viktor Szakats (vsz.me)
# 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: