Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# usage: ./minio-upload my-bucket my-file.zip
bucket=$1
file=$2
host=172.17.0.2:9000
s3_key='minio'
s3_secret='miniostorage'