Skip to content

Instantly share code, notes, and snippets.

View believerHSP's full-sized avatar
🎯
Focusing

Himansu Pokhariya believerHSP

🎯
Focusing
View GitHub Profile
@believerHSP
believerHSP / minio-upload.sh
Created February 1, 2024 13:31 — forked from PhilipSchmid/minio-upload.sh
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