/create-public-minio-bucket

Create a public bucket for minio automatically

Primary LanguageJavaScript

Create a public bucket for minio automatically

Usage

  • Change .env

    change environment with your custom data

  • Follow helps for executing NodeJs or Python script

NodeJs

npm i
npm start

Python

  • Add venv
python -m venv ./venv
  • Activate venv
# bash/zsh
source venv/bin/activate

# Windows cmd
venv\Scripts\activate.bat

# Windows PowerShell
venv\Scripts\Activate.ps1
  • Install requirements
pip install -r requirements.txt
  • Run scripts
python create_public_bucket.py