Domain in the truenas SCALE minion [closed]
Closed 8 hours ago.
Domain in the truenas SCALE minion [closed]
Closed 8 hours ago.
Domain in the truenas SCALE minion [closed]
Closed 8 hours ago.
minio uploads files as folders using aws sdk
I upload files to minio, using such code
The disk usage of MINIO cluster exceeds expectations
I deployed a MINIO cluster using 10 machines through Docker, with each machine utilizing a 150GB drive. Theoretically, I should be able to store more than 500GB of content on this MINIO cluster, but in reality, the actual storage capacity falls far short of this expectation.
I can’t expand one disk Minio pool with with another single disk pool
I started to work with Minio and I’m doing little POC. I have a problem with simple expanding of exiting pool. I have a pool with one server and one disk. I want to expand my tenant with new pool with 1 server with 1 disk. I do it with GUI with Pools -> Expand Tenant and I’m getting error :
Error resolving to MinIO end point from .NET code
I am doing a PoC to use MinIO as an object storage solution in our On Premise infrastructure.
I have created the MinIO server and created a bucket manually and uploaded a file in that bucket. So far so good.
However as I try to access that bucket/create bucket using the API, I am facing issues.
I tried using .NET code and I am facing issues with end point. My Installation window shows the following:
Design for MinIO for storing images and video files that user generates
I have a mobile application that allows users to generate pictures using camera of their phone. I want to store that in a bucket so I can use API to query it when required. How would I store this in MinIO? Should I store the images for all users in the same bucket and how would I query a image/video for a particular user uid?
The image cannot be displayed because it contains error minio
I am currently developing the back-end of an application in nestJS and I would like to store images. I used minIO on docker, but when I want to retrieve the image from this url: localhost:9002/bucket-name/image-name.jpeg, I am told that the image cannot be shown because they contain errors. I’ve looked at a lot of posts from people who have the same problem but I don’t understand. My bucket is in public. Here are the codes concerned:
Minio Web GUI is working properly in Kubernetes
Hi I am trying to run minio in my kubernetes env so followed the following guide.