Skip to content

Instantly share code, notes, and snippets.

View KrishnaIyer's full-sized avatar
🚀
Helping build the greatest LoRaWAN stack in the universe.

Krishna Iyer KrishnaIyer

🚀
Helping build the greatest LoRaWAN stack in the universe.
View GitHub Profile
@PhilipSchmid
PhilipSchmid / minio-upload.sh
Created November 19, 2020 13:38
Upload data to Minio using CURL
#!/bin/bash
# Usage: ./minio-upload my-bucket my-file.zip
bucket=$1
file=$2
host=minio.example.com
s3_key=svc_example_user
s3_secret=svc_example_user_password