minio icon indicating copy to clipboard operation
minio copied to clipboard

MinIO is a high-performance, S3 compatible object store, open sourced under GNU AGPLv3 license.

Results 287 minio issues
Sort by recently updated
recently updated
newest added

Hi. Recently, I always get error in ubuntu minio logs (but only, if in one of bucket's folder total amount of files more than approx 500000), here are some of...

community
triage

This PR moves healthcheck from minio-go client to being managed on the server side. Additionally integrating healthcheck into site replication ## Description ## Motivation and Context Have a centralized healthcheck...

## Description This change allows objects to be rebalanced from pools with less free space to pools with more free space. - To start rebalance operation on a MinIO deployment,...

## Description Read /proc/diskstats if available and get the metrics of all drives belonging to MinIO backend disks. Depends on https://github.com/minio/madmin-go/pull/111 ## Motivation and Context ## How to test this...

## Description use new xxml for XML responses to support rare control characters ## Motivation and Context fixes #15023 ## How to test this PR? As per #15023 - added...

## Expected Behavior 1) listobject result set should not return duplicate keys 2) listobject result set should return the key that was uploaded, not a corrupted version of it ##...

community

## Description This commit adds adds a `context.Context` to the KMS `DecryptKey` API calls. The context will be used to terminate external calls as soon as the client requests gets...

The WebUI displays a file with a plausible size of 740B. ![Screenshot 2022-06-05 144902](https://user-images.githubusercontent.com/7020711/172051220-9a34eaec-ce89-4d45-bf86-9dee621b7669.png) Downloading this file via WebUI results in an empty file: ![Screenshot 2022-06-05 145130](https://user-images.githubusercontent.com/7020711/172051315-61a88480-432f-4625-a8b6-fa2842ab17bd.png) API access by...

community
priority: medium

## Description The old inspect format is still supported The new format supports data encryption with a public key, that will be received from madmin-go/mc. The real data encryption key...

## Description As you can see from the comments, this function will cut the correct 80 or 443 address. The available tests do show this as well. But we can...