README ¶ Minio File uploader on Fiber Install Install docker and docker compose Run Copy env file with cp env_example .env Run minio instance with docker compose up Upload file with command curl -i -X POST -H "Content-Type: multipart/form-data" -F "fileUpload=@PATH_TO_FILE" http://localhost:5000/api/v1/upload Open http://localhost:9001 in browser Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files controllers.go main.go minio.go routes.go Click to show internal directories. Click to hide internal directories.