🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

web-minio-upload

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web-minio-upload

Upload files to MinIO using a web interface.

0.1.24
PyPI
Maintainers
1

Web Minio Upload

Upload files to MinIO using a web interface.

> web-upload -h
usage: web-upload [-h] [--serve SERVE] [--port PORT] [--debug DEBUG] [--host HOST] [--verbose VERBOSE]

Minio Web upload

options:
  -h, --help         show this help message and exit
  --serve SERVE      Serve the app
  --port PORT        Port to serve on
  --debug DEBUG      Debug mode
  --host HOST        Host to serve on
  --verbose VERBOSE  Verbose mode

Environment variables, or create a.env file with the following:

MINIO_ENDPOINT = 
MINIO_ACCESS_KEY =
MINIO_SECRET_KEY = 
MINIO_BUCKET_NAME = 

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts