Skip to content

Instantly share code, notes, and snippets.

View ndaifallah's full-sized avatar
🤧

Nasreddine ndaifallah

🤧
View GitHub Profile
@ndaifallah
ndaifallah / s3_upload.sh
Created May 1, 2021 02:28 — 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"